Skip to content

Commit 1e90e35

Browse files
ye xingchenakpm00
authored andcommitted
Kconfig.debug: fix the help description in SCHED_DEBUG
The correct file path for SCHED_DEBUG is /sys/kernel/debug/sched. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: ye xingchen <[email protected]> Cc: Dan Williams <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Josh Poimboeuf <[email protected]> Cc: Kees Cook <[email protected]> Cc: Miguel Ojeda <[email protected]> Cc: Nathan Chancellor <[email protected]> Cc: Nick Desaulniers <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Rasmus Villemoes <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Zhaoyang Huang <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 7717fc1 commit 1e90e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ config SCHED_DEBUG
12081208
depends on DEBUG_KERNEL && PROC_FS
12091209
default y
12101210
help
1211-
If you say Y here, the /proc/sched_debug file will be provided
1211+
If you say Y here, the /sys/kernel/debug/sched file will be provided
12121212
that can help debug the scheduler. The runtime overhead of this
12131213
option is minimal.
12141214

0 commit comments

Comments
 (0)