projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c659b40
)
RDMA/irdma: Fix misspelling of "accept*"
author
Alexander Zubkov
<green@qrator.net>
Tue, 8 Oct 2024 16:19:13 +0000
(18:19 +0200)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Fri, 11 Oct 2024 17:06:09 +0000
(14:06 -0300)
There is "accept*" misspelled as "accpet*" in the comments. Fix the
spelling.
Fixes:
146b9756f14c
("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>
drivers/infiniband/hw/irdma/cm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/infiniband/hw/irdma/cm.c
b/drivers/infiniband/hw/irdma/cm.c
index 36bb7e5ce63829c06634a33a840f9a31ff91fab8..ce8d821bdad8476e7d0b61e2ac7eddbafcde5e50 100644
(file)
--- a/
drivers/infiniband/hw/irdma/cm.c
+++ b/
drivers/infiniband/hw/irdma/cm.c
@@
-3631,7
+3631,7
@@
void irdma_free_lsmm_rsrc(struct irdma_qp *iwqp)
/**
* irdma_accept - registered call for connection to be accepted
* @cm_id: cm information for passive connection
- * @conn_param: acc
pe
t parameters
+ * @conn_param: acc
ep
t parameters
*/
int irdma_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
{