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/202301291013573466558@zte.com.cn Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn> Cc: Dan Williams <dan.j.williams@intel.com> Cc: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Josh Poimboeuf <jpoimboe@kernel.org> Cc: Kees Cook <keescook@chromium.org> Cc: Miguel Ojeda <ojeda@kernel.org> Cc: Nathan Chancellor <nathan@kernel.org> Cc: Nick Desaulniers <ndesaulniers@google.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Randy Dunlap <rdunlap@infradead.org> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Cc: Vlastimil Babka <vbabka@suse.cz> Cc: Zhaoyang Huang <zhaoyang.huang@unisoc.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 7717fc1 commit 1e90e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)