Commit 2ed096dc authored by Xichao Zhao's avatar Xichao Zhao Committed by Leon Romanovsky
Browse files

RDMA/core: fix "truely"->"truly"



Trivial fix to spelling mistake in comment text.

Signed-off-by: default avatarXichao Zhao <zhao.xichao@vivo.com>
Link: https://patch.msgid.link/20250827120007.489496-1-zhao.xichao@vivo.com


Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
parent 490a253c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.