All of lore.kernel.org
 help / color / mirror / Atom feed
From: <ye.xingchen@zte.com.cn>
To: <akpm@linux-foundation.org>
Cc: <keescook@chromium.org>, <nathan@kernel.org>,
	<peterz@infradead.org>, <ndesaulniers@google.com>,
	<jpoimboe@kernel.org>, <rdunlap@infradead.org>,
	<geert+renesas@glider.be>, <ojeda@kernel.org>,
	<zhaoyang.huang@unisoc.com>, <vbabka@suse.cz>,
	<dan.j.williams@intel.com>, <linux@rasmusvillemoes.dk>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH] Kconfig.debug: fix the help description in SCHED_DEBUG
Date: Sun, 29 Jan 2023 10:13:57 +0800 (CST)	[thread overview]
Message-ID: <202301291013573466558@zte.com.cn> (raw)

From: ye xingchen <ye.xingchen@zte.com.cn>

The right File Path about SCHED_DEBUG is /sys/kernel/debug/sched.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
---
 lib/Kconfig.debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 520884f8f8e1..d7fc48b6de45 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1146,7 +1146,7 @@ config SCHED_DEBUG
 	depends on DEBUG_KERNEL && PROC_FS
 	default y
 	help
-	  If you say Y here, the /proc/sched_debug file will be provided
+	  If you say Y here, the /sys/kernel/debug/sched file will be provided
 	  that can help debug the scheduler. The runtime overhead of this
 	  option is minimal.

-- 
2.25.1

                 reply	other threads:[~2023-01-29  2:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202301291013573466558@zte.com.cn \
    --to=ye.xingchen@zte.com.cn \
    --cc=akpm@linux-foundation.org \
    --cc=dan.j.williams@intel.com \
    --cc=geert+renesas@glider.be \
    --cc=jpoimboe@kernel.org \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=nathan@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=ojeda@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rdunlap@infradead.org \
    --cc=vbabka@suse.cz \
    --cc=zhaoyang.huang@unisoc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.