]> git.hungrycats.org Git - linux/commit
hrtimer: Correct CONFIG_NO_HZ_COMMON macro name in comment
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Tue, 9 Jun 2026 03:43:13 +0000 (20:43 -0700)
committerThomas Gleixner <tglx@kernel.org>
Wed, 17 Jun 2026 15:59:45 +0000 (17:59 +0200)
commitf8aceb1adb05896d66a3abbc1b0f41b90c9179ae
tree4fc315685e8fc549de79eb26daeaa0557dbc2ffe
parent26aff38fefb1d6cd87e22525f41cc8f1aa61b24f
hrtimer: Correct CONFIG_NO_HZ_COMMON macro name in comment

A comment in kernel/time/hrtimer.c incorrectly refers to
CONFIG_NOHZ_COMMON instead of CONFIG_NO_HZ_COMMON. Correct it.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260609034314.25029-1-enelsonmoore@gmail.com
kernel/time/hrtimer.c