]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
RDMA/core: fix "truely"->"truly"
authorXichao Zhao <zhao.xichao@vivo.com>
Wed, 27 Aug 2025 12:00:07 +0000 (20:00 +0800)
committerLeon Romanovsky <leon@kernel.org>
Thu, 11 Sep 2025 06:18:35 +0000 (02:18 -0400)
Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
Link: https://patch.msgid.link/20250827120007.489496-1-zhao.xichao@vivo.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/core/device.c

index 3145cb34a1d2036b6d50f781fa63d3941385aa6e..b4f3c835844a922321442e364672926000989840 100644 (file)
@@ -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.