mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
bna: bnad_dim_timeout: Rename del_timer_sync in comment
Commit 8fa7292fee ("treewide: Switch/rename to timer_delete[_sync]()")
switched del_timer_sync to timer_delete_sync, but did not modify the
comment for bnad_dim_timeout(). Now fix it.
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/61DDCE7AB5B6CE82+20250411101736.160981-1-wangyuli@uniontech.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
78dbd1952e
commit
1450e4525f
|
|
@ -1735,7 +1735,7 @@ bnad_iocpf_sem_timeout(struct timer_list *t)
|
|||
* Time CPU m CPU n
|
||||
* 0 1 = test_bit
|
||||
* 1 clear_bit
|
||||
* 2 del_timer_sync
|
||||
* 2 timer_delete_sync
|
||||
* 3 mod_timer
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user