diff options
author | Alexander Zubkov <[email protected]> | 2024-10-08 18:19:13 +0200 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2024-10-11 14:06:09 -0300 |
commit | 8cddfa535c931b8d8110c73bfed7354a94cbf891 (patch) | |
tree | cb07901b52ef5a6c6d54244d7df5911f00bd3a7a | |
parent | c659b405b82ead335bee6eb33f9691bf718e21e8 (diff) |
RDMA/irdma: Fix misspelling of "accept*"
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/[email protected]
Signed-off-by: Alexander Zubkov <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
-rw-r--r-- | drivers/infiniband/hw/irdma/cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/irdma/cm.c b/drivers/infiniband/hw/irdma/cm.c index 36bb7e5ce638..ce8d821bdad8 100644 --- 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: accpet parameters + * @conn_param: accept parameters */ int irdma_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param) { |