]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
sched/debug: Update stale reference to sched_debug.c
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 20 Sep 2023 13:00:25 +0000 (15:00 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 21 Sep 2023 06:30:19 +0000 (08:30 +0200)
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 <bigeasy@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230920130025.412071-3-bigeasy@linutronix.de
kernel/sched/debug.c

index 132dfd1e6f475cb32ff83e22f7101fd7bd95273d..5e34a8cb2c76143bb564f268deb1f5741ed033fc 100644 (file)
@@ -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...)                    \