* [PATCH net] bna: bnad_dim_timeout: Rename del_timer_sync in comment
@ 2025-04-11 10:17 WangYuli
2025-04-14 19:19 ` Simon Horman
2025-04-14 22:57 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: WangYuli @ 2025-04-11 10:17 UTC (permalink / raw)
To: rmody, skalluru, GR-Linux-NIC-Dev, andrew+netdev, davem, edumazet,
kuba, pabeni
Cc: netdev, linux-kernel, tglx, mingo, zhanjun, niecheng1, WangYuli
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>
---
drivers/net/ethernet/brocade/bna/bnad.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/brocade/bna/bnad.c b/drivers/net/ethernet/brocade/bna/bnad.c
index a03eff3d4425..50eb54ecf1ba 100644
--- 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
*/
--
2.49.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net] bna: bnad_dim_timeout: Rename del_timer_sync in comment
2025-04-11 10:17 [PATCH net] bna: bnad_dim_timeout: Rename del_timer_sync in comment WangYuli
@ 2025-04-14 19:19 ` Simon Horman
2025-04-14 22:57 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2025-04-14 19:19 UTC (permalink / raw)
To: WangYuli
Cc: rmody, skalluru, GR-Linux-NIC-Dev, andrew+netdev, davem, edumazet,
kuba, pabeni, netdev, linux-kernel, tglx, mingo, zhanjun,
niecheng1
On Fri, Apr 11, 2025 at 06:17:36PM +0800, WangYuli wrote:
> 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>
As a documentation "fix" I agree this seems appropriate for net
without a Fixes tag.
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net] bna: bnad_dim_timeout: Rename del_timer_sync in comment
2025-04-11 10:17 [PATCH net] bna: bnad_dim_timeout: Rename del_timer_sync in comment WangYuli
2025-04-14 19:19 ` Simon Horman
@ 2025-04-14 22:57 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-04-14 22:57 UTC (permalink / raw)
To: WangYuli
Cc: rmody, skalluru, GR-Linux-NIC-Dev, andrew+netdev, davem, edumazet,
kuba, pabeni, netdev, linux-kernel, tglx, mingo, zhanjun,
niecheng1
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 11 Apr 2025 18:17:36 +0800 you wrote:
> 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>
> ---
> drivers/net/ethernet/brocade/bna/bnad.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [net] bna: bnad_dim_timeout: Rename del_timer_sync in comment
https://git.kernel.org/netdev/net-next/c/1450e4525f9a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-14 22:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11 10:17 [PATCH net] bna: bnad_dim_timeout: Rename del_timer_sync in comment WangYuli
2025-04-14 19:19 ` Simon Horman
2025-04-14 22:57 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).