All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] treewide: Rename del_timer[_sync] in comment
@ 2025-04-14  4:22 WangYuli
  2025-04-14  4:26 ` [PATCH v2 1/5] bna: bnad_dim_timeout: Rename del_timer_sync " WangYuli
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: WangYuli @ 2025-04-14  4:22 UTC (permalink / raw)
  To: akpm; +Cc: mingo, tglx, linux-kernel, zhanjun, niecheng1, guanwentao,
	WangYuli

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-04-22  0:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14  4:22 [PATCH v2 0/5] treewide: Rename del_timer[_sync] in comment WangYuli
2025-04-14  4:26 ` [PATCH v2 1/5] bna: bnad_dim_timeout: Rename del_timer_sync " WangYuli
2025-04-14 22:57   ` patchwork-bot+netdevbpf
2025-04-14  4:26 ` [PATCH v2 2/5] ocfs2: o2net_idle_timer: " WangYuli
2025-04-14  4:26 ` [PATCH v2 3/5] scsi: scsi_transport_fc: Rename del_timer " WangYuli
2025-04-22  0:54   ` Martin K. Petersen
2025-04-14  4:26 ` [PATCH v2 4/5] ipvs: ip_vs_conn_expire_now: " WangYuli
2025-04-14  4:26 ` [PATCH v2 5/5] ALSA: korg1212: snd_korg1212_prepare: " WangYuli
2025-04-14  8:34   ` Philipp Stanner
2025-04-14 11:10     ` WangYuli
2025-04-15 15:45       ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.