From: Sebastian Andrzej Siewior Date: Wed, 20 Sep 2023 13:00:25 +0000 (+0200) Subject: sched/debug: Update stale reference to sched_debug.c X-Git-Tag: v6.7-rc1~192^2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=622f0a1d544fa88dda10d27727835e825c84ae0f;p=thirdparty%2Fkernel%2Flinux.git sched/debug: Update stale reference to sched_debug.c Since commit: 8a99b6833c884 ("sched: Move SCHED_DEBUG sysctl to debugfs") The sched_debug interface moved from /proc to debugfs. The comment mentions still the outdated proc interfaces. Update the comment, point to the current location of the interface. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20230920130025.412071-3-bigeasy@linutronix.de --- diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index 132dfd1e6f475..5e34a8cb2c761 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c @@ -8,7 +8,7 @@ */ /* - * This allows printing both to /proc/sched_debug and + * This allows printing both to /sys/kernel/debug/sched/debug and * to the console */ #define SEQ_printf(m, x...) \