hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()
authorNam Cao <namcao@linutronix.de>
Wed, 5 Feb 2025 10:55:20 +0000 (11:55 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 5 Apr 2025 08:30:17 +0000 (10:30 +0200)
commit59c9edafc0f3843c3e616eb8136a310c7c552595
tree4c114b150f874eb1233e243d5ff682be26672b78
parente9ef2093ad9edec8d8a060e14891952570c82b8b
hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()

All the hrtimer_init*() functions have been renamed to hrtimer_setup*().
Rename debug_init_on_stack() to debug_setup_on_stack() as well, to keep the
names consistent.

Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/all/073cf6162779a2f5b12624677d4c49ee7eccc1ed.1738746927.git.namcao@linutronix.de
kernel/time/hrtimer.c