Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bna: bnad_dim_timeout: Rename del_timer_sync in comment

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>

authored by

WangYuli and committed by
Jakub Kicinski
1450e452 78dbd195

+1 -1
+1 -1
drivers/net/ethernet/brocade/bna/bnad.c
··· 1735 1735 * Time CPU m CPU n 1736 1736 * 0 1 = test_bit 1737 1737 * 1 clear_bit 1738 - * 2 del_timer_sync 1738 + * 2 timer_delete_sync 1739 1739 * 3 mod_timer 1740 1740 */ 1741 1741