[PATCH] IB/iwpm: Fix spelling errors in comments

From: luoqing

Date: Sun Jun 28 2026 - 22:32:41 EST


From: luoqing <luoqing@xxxxxxxxxx>

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

Signed-off-by: luoqing <luoqing@xxxxxxxxxx>
---
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