summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorxiongweimin <xiongweimin@kylinos.cn>2026-07-14 10:44:23 +0800
committerLeon Romanovsky <leon@kernel.org>2026-07-15 04:27:29 -0400
commitf5ca2c434efe46e3f4e5c810facab658f653e78d (patch)
tree0fd0562028c22f9a95d98b54c3d70d36dec81035 /drivers
parentf8d04b0c74e989c515e0fa17bf779b730077f63e (diff)
downloadlinux-next-f5ca2c434efe46e3f4e5c810facab658f653e78d.tar.gz
linux-next-f5ca2c434efe46e3f4e5c810facab658f653e78d.zip
RDMA/cma: fix spelling of guarantees in comment
Correct "guarentees" to "guarantees" when describing handler teardown. Signed-off-by: xiongweimin <xiongweimin@kylinos.cn> Link: https://patch.msgid.link/20260714024423.188238-1-15927021679@163.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/core/cma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/cma.c b/drivers/infiniband/core/cma.c
index 9480d1a51c11..3fbbf8d2f960 100644
--- a/drivers/infiniband/core/cma.c
+++ b/drivers/infiniband/core/cma.c
@@ -2104,7 +2104,7 @@ static void destroy_id_handler_unlock(struct rdma_id_private *id_priv)
/*
* Setting the state to destroyed under the handler mutex provides a
* fence against calling handler callbacks. If this is invoked due to
- * the failure of a handler callback then it guarentees that no future
+ * the failure of a handler callback then it guarantees that no future
* handlers will be called.
*/
lockdep_assert_held(&id_priv->handler_mutex);