Skip to content

Commit 8cddfa5

Browse files
user318jgunthorpe
authored andcommitted
RDMA/irdma: Fix misspelling of "accept*"
There is "accept*" misspelled as "accpet*" in the comments. Fix the spelling. Fixes: 146b975 ("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>
1 parent c659b40 commit 8cddfa5

File tree

1 file changed

+1
-1
lines changed
  • drivers/infiniband/hw/irdma

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/irdma/cm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3631,7 +3631,7 @@ void irdma_free_lsmm_rsrc(struct irdma_qp *iwqp)
36313631
/**
36323632
* irdma_accept - registered call for connection to be accepted
36333633
* @cm_id: cm information for passive connection
3634-
* @conn_param: accpet parameters
3634+
* @conn_param: accept parameters
36353635
*/
36363636
int irdma_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
36373637
{

0 commit comments

Comments
 (0)