mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] hrtimer: correct CONFIG_NO_HZ_COMMON macro name in comment
@ 2026-06-09  3:43 Ethan Nelson-Moore
  2026-06-17 16:04 ` [tip: timers/urgent] hrtimer: Correct " tip-bot2 for Ethan Nelson-Moore
  0 siblings, 1 reply; 2+ messages in thread
From: Ethan Nelson-Moore @ 2026-06-09  3:43 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ethan Nelson-Moore, Anna-Maria Behnsen, Frederic Weisbecker,
	Thomas Gleixner

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>
---
 kernel/time/hrtimer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index 5bd6efe598f0..7b85bd060376 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -799,7 +799,7 @@ static inline void hrtimer_switch_to_hres(void) { }
  *
  * This is only invoked when:
  *	- CONFIG_HIGH_RES_TIMERS is enabled.
- *	- CONFIG_NOHZ_COMMON is enabled
+ *	- CONFIG_NO_HZ_COMMON is enabled
  *
  * For the other cases this function is empty and because the call sites
  * are optimized out it vanishes as well, i.e. no need for lots of
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip: timers/urgent] hrtimer: Correct CONFIG_NO_HZ_COMMON macro name in comment
  2026-06-09  3:43 [PATCH] hrtimer: correct CONFIG_NO_HZ_COMMON macro name in comment Ethan Nelson-Moore
@ 2026-06-17 16:04 ` tip-bot2 for Ethan Nelson-Moore
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Ethan Nelson-Moore @ 2026-06-17 16:04 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Ethan Nelson-Moore, Thomas Gleixner, x86, linux-kernel

The following commit has been merged into the timers/urgent branch of tip:

Commit-ID:     f8aceb1adb05896d66a3abbc1b0f41b90c9179ae
Gitweb:        https://git.kernel.org/tip/f8aceb1adb05896d66a3abbc1b0f41b90c9179ae
Author:        Ethan Nelson-Moore <enelsonmoore@gmail.com>
AuthorDate:    Mon, 08 Jun 2026 20:43:13 -07:00
Committer:     Thomas Gleixner <tglx@kernel.org>
CommitterDate: Wed, 17 Jun 2026 17:59:45 +02:00

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index 638ce62..313dcea 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -799,7 +799,7 @@ static inline void hrtimer_switch_to_hres(void) { }
  *
  * This is only invoked when:
  *	- CONFIG_HIGH_RES_TIMERS is enabled.
- *	- CONFIG_NOHZ_COMMON is enabled
+ *	- CONFIG_NO_HZ_COMMON is enabled
  *
  * For the other cases this function is empty and because the call sites
  * are optimized out it vanishes as well, i.e. no need for lots of

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-17 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09  3:43 [PATCH] hrtimer: correct CONFIG_NO_HZ_COMMON macro name in comment Ethan Nelson-Moore
2026-06-17 16:04 ` [tip: timers/urgent] hrtimer: Correct " tip-bot2 for Ethan Nelson-Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox