diff mbox series

Fix misspelling of "accept*" in infiniband

Message ID 20241008161913.19965-1-green@qrator.net (mailing list archive)
State Accepted
Delegated to: Jason Gunthorpe
Headers show
Series Fix misspelling of "accept*" in infiniband | expand

Commit Message

Alexander Zubkov Oct. 8, 2024, 4:19 p.m. UTC
There is "accept*" misspelled as "accpet*" in the comments.
Fix the spelling.

Signed-off-by: Alexander Zubkov <green@qrator.net>
---
 drivers/infiniband/hw/irdma/cm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jason Gunthorpe Oct. 11, 2024, 11:42 p.m. UTC | #1
On Tue, Oct 08, 2024 at 06:19:13PM +0200, Alexander Zubkov wrote:
> There is "accept*" misspelled as "accpet*" in the comments.
> Fix the spelling.
> 
> Signed-off-by: Alexander Zubkov <green@qrator.net>
> ---
>  drivers/infiniband/hw/irdma/cm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-rc, thanks

Jason
diff mbox series

Patch

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)
 {