linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel: Fix "select" wording on HZ_250 description
@ 2025-02-03  2:50 Bagas Sanjaya
  0 siblings, 0 replies; only message in thread
From: Bagas Sanjaya @ 2025-02-03  2:50 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux Memory Management List
  Cc: Andrew Morton, Thomas Gleixner, Greg Kroah-Hartman, Alan Cox,
	Petr Mladek, Wardenjohn, Palmer Dabbelt, Leonardo Bras,
	John Ogness, Bo Liu, Andy Shevchenko, Bagas Sanjaya

HZ_250 config description contains alternative choice for NTSC
media users (HZ_300), which is written as "selected 300Hz". This is
incorrect, as it implies that HZ_300 is automatically selected
whereas the user has chosen HZ_250 instead.

Fix the wording to "select 300Hz".

Fixes: 40fcfc87222e ("[PATCH] HZ: 300Hz support")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 kernel/Kconfig.hz | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/Kconfig.hz b/kernel/Kconfig.hz
index 38ef6d06888ef1..ce1435cb08b1ec 100644
--- a/kernel/Kconfig.hz
+++ b/kernel/Kconfig.hz
@@ -30,7 +30,7 @@ choice
 	 250 Hz is a good compromise choice allowing server performance
 	 while also showing good interactive responsiveness even
 	 on SMP and NUMA systems. If you are going to be using NTSC video
-	 or multimedia, selected 300Hz instead.
+	 or multimedia, select 300Hz instead.
 
 	config HZ_300
 		bool "300 HZ"

base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
-- 
An old man doll... just what I always wanted! - Clara



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-03  2:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-03  2:50 [PATCH] kernel: Fix "select" wording on HZ_250 description Bagas Sanjaya

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