linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix misspelling of "accept*" in infiniband
@ 2024-10-08 16:19 Alexander Zubkov
  2024-10-11 23:42 ` Jason Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Zubkov @ 2024-10-08 16:19 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, linux-kernel, green

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix misspelling of "accept*" in infiniband
  2024-10-08 16:19 [PATCH] Fix misspelling of "accept*" in infiniband Alexander Zubkov
@ 2024-10-11 23:42 ` Jason Gunthorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2024-10-11 23:42 UTC (permalink / raw)
  To: Alexander Zubkov; +Cc: leon, linux-rdma, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-11 23:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 16:19 [PATCH] Fix misspelling of "accept*" in infiniband Alexander Zubkov
2024-10-11 23:42 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).