linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] IB/uverbs: fix the typo of optional
@ 2022-10-06 16:14 Deming Wang
  2022-10-19  6:47 ` Leon Romanovsky
  0 siblings, 1 reply; 2+ messages in thread
From: Deming Wang @ 2022-10-06 16:14 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, linux-kernel, Deming Wang

Fix the typo of optional in the function of UVERBS_HANDLER.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 drivers/infiniband/core/uverbs_std_types_qp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/core/uverbs_std_types_qp.c b/drivers/infiniband/core/uverbs_std_types_qp.c
index dd1075466f61..7b4773fa4bc0 100644
--- a/drivers/infiniband/core/uverbs_std_types_qp.c
+++ b/drivers/infiniband/core/uverbs_std_types_qp.c
@@ -163,7 +163,7 @@ static int UVERBS_HANDLER(UVERBS_METHOD_QP_CREATE)(
 					UVERBS_ATTR_CREATE_QP_SRQ_HANDLE))
 				return -EINVAL;
 
-			/* send_cq is optinal */
+			/* send_cq is optional */
 			if (cap.max_send_wr) {
 				send_cq = uverbs_attr_get_obj(attrs,
 					UVERBS_ATTR_CREATE_QP_SEND_CQ_HANDLE);
-- 
2.27.0


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

* Re: [PATCH] IB/uverbs: fix the typo of optional
  2022-10-06 16:14 [PATCH] IB/uverbs: fix the typo of optional Deming Wang
@ 2022-10-19  6:47 ` Leon Romanovsky
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2022-10-19  6:47 UTC (permalink / raw)
  To: jgg, Deming Wang; +Cc: linux-rdma, linux-kernel

On Thu, 6 Oct 2022 12:14:56 -0400, Deming Wang wrote:
> Fix the typo of optional in the function of UVERBS_HANDLER.
> 
> 

Applied, thanks!

[1/1] IB/uverbs: fix the typo of optional
      https://git.kernel.org/rdma/rdma/c/26312973bfbc1d

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>

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

end of thread, other threads:[~2022-10-19  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 16:14 [PATCH] IB/uverbs: fix the typo of optional Deming Wang
2022-10-19  6:47 ` Leon Romanovsky

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