mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
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:
parent
f5ca2c434e
commit
21680554a8
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user