projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78dbd19
)
bna: bnad_dim_timeout: Rename del_timer_sync in comment
author
WangYuli
<wangyuli@uniontech.com>
Fri, 11 Apr 2025 10:17:36 +0000
(18:17 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Mon, 14 Apr 2025 22:49:28 +0000
(15:49 -0700)
Commit
8fa7292fee5c
("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>
drivers/net/ethernet/brocade/bna/bnad.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethernet/brocade/bna/bnad.c
b/drivers/net/ethernet/brocade/bna/bnad.c
index a03eff3d4425916b73c91d87ba1901a3c38a368a..50eb54ecf1bad00938b458e33650008689e70130 100644
(file)
--- a/
drivers/net/ethernet/brocade/bna/bnad.c
+++ b/
drivers/net/ethernet/brocade/bna/bnad.c
@@
-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
*/