commit | d7b564bd4ebe6a0ce0e8fd74e0b56fbc781addae | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Jan 30 18:57:35 2025 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jan 30 19:01:47 2025 +0100 |
tree | c034af1adb0fdb21b3c588e76a5a2d16cd50afce | |
parent | d3d90cc2891c9cf4ecba7b85c0af716ab755c7e5 [diff] |
timers: Treewide conversion to timer_delete*() Coccinelle scripted conversion to the timer_delete[_sync]() API with a manual fixup of some comments and the removal of the del_timer[_sync]() conversion helpers. No functional change. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>