]> www.infradead.org Git - users/jedix/linux-maple.git/commit
timers: Rename next_expiry_recalc() to be unique
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Wed, 4 Sep 2024 13:04:51 +0000 (15:04 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 8 Sep 2024 18:47:40 +0000 (20:47 +0200)
commitfe90c5ba88ad43d42acefb21b57df837be86a61a
tree77a6edcda3ccb4c3685bbba9d3464fc5f7a72a8f
parentd7b01b81bd2dad578642be6e47c1609f0ba6b7d1
timers: Rename next_expiry_recalc() to be unique

next_expiry_recalc is the name of a function as well as the name of a
struct member of struct timer_base. This might lead to confusion.

Rename next_expiry_recalc() to timer_recalc_next_expiry(). No functional
change.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/all/20240904-devel-anna-maria-b4-timers-flseep-v1-1-e98760256370@linutronix.de
kernel/time/timer.c