mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
RDMA/irdma: Fix misspelling of "accept*"
[ Upstream commit 8cddfa535c931b8d8110c73bfed7354a94cbf891 ]
There is "accept*" misspelled as "accpet*" in the comments. Fix the
spelling.
Fixes: 146b9756f1 ("RDMA/irdma: Add connection manager")
Link: https://patch.msgid.link/r/20241008161913.19965-1-green@qrator.net
Signed-off-by: Alexander Zubkov <green@qrator.net>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0e5b2abae0
commit
d22eca0399
@@ -3584,7 +3584,7 @@ void irdma_free_lsmm_rsrc(struct irdma_qp *iwqp)
|
|||||||
/**
|
/**
|
||||||
* irdma_accept - registered call for connection to be accepted
|
* irdma_accept - registered call for connection to be accepted
|
||||||
* @cm_id: cm information for passive connection
|
* @cm_id: cm information for passive connection
|
||||||
* @conn_param: accpet parameters
|
* @conn_param: accept parameters
|
||||||
*/
|
*/
|
||||||
int irdma_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
|
int irdma_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user