commit | bb663f0f3c396c6d05f6c5eeeea96ced20ff112e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <[email protected]> | Wed Nov 23 21:18:45 2022 +0100 |
committer | Thomas Gleixner <[email protected]> | Thu Nov 24 15:09:11 2022 +0100 |
tree | ad4745d7312857b145eb78d8ae3ac5b63c31e2a7 | |
parent | 9b13df3fb64ee95e2397585404e442afee2c7d4f [diff] |
timers: Rename del_timer() to timer_delete() The timer related functions do not have a strict timer_ prefixed namespace which is really annoying. Rename del_timer() to timer_delete() and provide del_timer() as a wrapper. Document that del_timer() is not for new code. Signed-off-by: Thomas Gleixner <[email protected]> Tested-by: Guenter Roeck <[email protected]> Reviewed-by: Steven Rostedt (Google) <[email protected]> Reviewed-by: Jacob Keller <[email protected]> Reviewed-by: Anna-Maria Behnsen <[email protected]> Link: https://lore.kernel.org/r/[email protected]