]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ocfs2: o2net_idle_timer: Rename del_timer_sync in comment
authorWangYuli <wangyuli@uniontech.com>
Fri, 11 Apr 2025 10:26:10 +0000 (18:26 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:54:07 +0000 (17:54 -0700)
commit50af973cd71ab9eea3b18429343659f4a6ebd825
tree668ea0ada0b1e17960ce7aa2fc3de677f6383cb6
parent734aa85390ea693bb7eaf2240623d41b03705c84
ocfs2: o2net_idle_timer: 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 o2net_idle_timer().  Now fix it.

Link: https://lkml.kernel.org/r/BDDB1E4E2876C36C+20250411102610.165946-1-wangyuli@uniontech.com
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Acked-by: Joseph Qi <jiangqi903@gmail.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Jun Piao <piaojun@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/cluster/tcp.c