[PATCH v2 0/5] treewide: Rename del_timer[_sync] in comment
From: WangYuli
Date: Mon Apr 14 2025 - 00:24:15 EST
Commit 8fa7292fee5c ("treewide: Switch/rename to timer_delete[_sync]()")
switched del_timer[_sync] to timer_delete[_sync], but did not modify some
comments. Now fix them.
NOTE:
1. This is not a straightforward global replacement operation.
Certain changelogs located within comments should be skipped.
2. Commit ("cfs2: o2net_idle_timer: Rename del_timer_sync in comment")
has been already added in the -mm mm-nonmm-unstable branch.[1] This change
introduces the addition of an "Acked-by" tag from Joseph Qi.[2]
[1]. https://lore.kernel.org/all/20250411223021.73435C4CEE2@xxxxxxxxxxxxxxx/
[2]. https://lore.kernel.org/all/207bef0c-c26f-49c5-8c08-c89e0eab9c45@xxxxxxxxxxxxxxxxx/
WangYuli (5):
bna: bnad_dim_timeout: Rename del_timer_sync in comment
ocfs2: o2net_idle_timer: Rename del_timer_sync in comment
scsi: scsi_transport_fc: Rename del_timer in comment
ipvs: ip_vs_conn_expire_now: Rename del_timer in comment
ALSA: korg1212: snd_korg1212_prepare: Rename del_timer in comment
drivers/net/ethernet/brocade/bna/bnad.c | 2 +-
drivers/scsi/scsi_transport_fc.c | 2 +-
fs/ocfs2/cluster/tcp.c | 2 +-
net/netfilter/ipvs/ip_vs_conn.c | 2 +-
sound/pci/korg1212/korg1212.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
--
2.49.0