summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
diff options
context:
space:
mode:
authorxiongweimin <xiongweimin@kylinos.cn>2026-07-14 10:44:29 +0800
committerLeon Romanovsky <leon@kernel.org>2026-07-15 04:35:32 -0400
commit21680554a8d1c5d3fec68a580bf462ba89bb913b (patch)
treea6dcc4bd60302b12763c1ac017b12fbbb9bc2bb2 /drivers/infiniband/core
parentf5ca2c434efe46e3f4e5c810facab658f653e78d (diff)
downloadlinux-next-21680554a8d1c5d3fec68a580bf462ba89bb913b.tar.gz
linux-next-21680554a8d1c5d3fec68a580bf462ba89bb913b.zip
RDMA/addr: fix spelling of guarantees in comment
Correct "guarentees" to "guarantees" when describing work cancel. Signed-off-by: xiongweimin <xiongweimin@kylinos.cn> Link: https://patch.msgid.link/20260714024429.188276-1-15927021679@163.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers/infiniband/core')
-rw-r--r--drivers/infiniband/core/addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/addr.c b/drivers/infiniband/core/addr.c
index e9fb7ad4c377..bdaa3eb83bcc 100644
--- a/drivers/infiniband/core/addr.c
+++ b/drivers/infiniband/core/addr.c
@@ -769,7 +769,7 @@ void rdma_addr_cancel(struct rdma_dev_addr *addr)
/*
* sync canceling the work after removing it from the req_list
- * guarentees no work is running and none will be started.
+ * guarantees no work is running and none will be started.
*/
cancel_delayed_work_sync(&found->work);
kfree(found);