]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
bna: bnad_dim_timeout: Rename del_timer_sync in comment
authorWangYuli <wangyuli@uniontech.com>
Fri, 11 Apr 2025 10:17:36 +0000 (18:17 +0800)
committerJakub 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

index a03eff3d4425916b73c91d87ba1901a3c38a368a..50eb54ecf1bad00938b458e33650008689e70130 100644 (file)
@@ -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
  */