[PATCH] RDMA/core: fix "truely"->"truly"

Xichao Zhao posted 1 patch 1 month, 1 week ago
drivers/infiniband/core/device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] RDMA/core: fix "truely"->"truly"
Posted by Xichao Zhao 1 month, 1 week ago
Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
---
 drivers/infiniband/core/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/core/device.c b/drivers/infiniband/core/device.c
index 3145cb34a1d2..b4f3c835844a 100644
--- a/drivers/infiniband/core/device.c
+++ b/drivers/infiniband/core/device.c
@@ -1543,7 +1543,7 @@ static void __ib_unregister_device(struct ib_device *ib_dev)
 
 	/*
 	 * We have a registration lock so that all the calls to unregister are
-	 * fully fenced, once any unregister returns the device is truely
+	 * fully fenced, once any unregister returns the device is truly
 	 * unregistered even if multiple callers are unregistering it at the
 	 * same time. This also interacts with the registration flow and
 	 * provides sane semantics if register and unregister are racing.
-- 
2.34.1
Re: [PATCH] RDMA/core: fix "truely"->"truly"
Posted by Leon Romanovsky 3 weeks, 3 days ago
On Wed, 27 Aug 2025 20:00:07 +0800, Xichao Zhao wrote:
> Trivial fix to spelling mistake in comment text.
> 
> 

Applied, thanks!

[1/1] RDMA/core: fix "truely"->"truly"
      https://git.kernel.org/rdma/rdma/c/8024355cfc1e77

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