Skip to content

Commit 51bf81e

Browse files
committed
RDMA/irdma: Fix misspelling of "accept*"
JIRA: https://issues.redhat.com/browse/RHEL-87576 commit 8cddfa5 Author: Alexander Zubkov <green@qrator.net> Date: Tue Oct 8 18:19:13 2024 +0200 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> Signed-off-by: Kamal Heib <kheib@redhat.com>
1 parent 3c6aaf1 commit 51bf81e

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)