The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] IB/iwpm: Fix spelling errors in comments
@ 2026-06-29  2:31 luoqing
  2026-07-02 17:36 ` Jason Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: luoqing @ 2026-06-29  2:31 UTC (permalink / raw)
  To: jgg; +Cc: leon, kees, linux-rdma, linux-kernel

From: luoqing <luoqing@kylinos.cn>

Fix spelling errors in iwpm_msg.c, changing 'quite' to 'quiet'.

Signed-off-by: luoqing <luoqing@kylinos.cn>
---
 drivers/infiniband/core/iwpm_msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/core/iwpm_msg.c b/drivers/infiniband/core/iwpm_msg.c
index 4625abd29ac0..1b10f2973ad9 100644
--- a/drivers/infiniband/core/iwpm_msg.c
+++ b/drivers/infiniband/core/iwpm_msg.c
@@ -268,7 +268,7 @@ int iwpm_add_and_query_mapping(struct iwpm_sa_data *pm_msg, u8 nl_client)
 	if (ret)
 		goto query_mapping_error;
 
-	/* If flags are required and we're not V4, then return a quite error */
+	/* If flags are required and we're not V4, then return a quiet error */
 	if (pm_msg->flags && iwpm_ulib_version == IWPM_UABI_VERSION_MIN) {
 		ret = -EINVAL;
 		goto query_mapping_error_nowarn;
-- 
2.25.1


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

end of thread, other threads:[~2026-07-02 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29  2:31 [PATCH] IB/iwpm: Fix spelling errors in comments luoqing
2026-07-02 17:36 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox