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>
This commit is contained in:
xiongweimin
2026-07-14 10:44:29 +08:00
committed by Leon Romanovsky
parent f5ca2c434e
commit 21680554a8

View File

@@ -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);