[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <37A1CE32D2AEA134+20250414042251.61846-1-wangyuli@uniontech.com>
Date: Mon, 14 Apr 2025 12:22:51 +0800
From: WangYuli <wangyuli@...ontech.com>
To: akpm@...ux-foundation.org
Cc: mingo@...nel.org,
tglx@...utronix.de,
linux-kernel@...r.kernel.org,
zhanjun@...ontech.com,
niecheng1@...ontech.com,
guanwentao@...ontech.com,
WangYuli <wangyuli@...ontech.com>
Subject: [PATCH v2 0/5] treewide: 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 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@smtp.kernel.org/
[2]. https://lore.kernel.org/all/207bef0c-c26f-49c5-8c08-c89e0eab9c45@linux.alibaba.com/
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
Powered by blists - more mailing lists