From: Thomas Huth <thuth@redhat.com>
To: Brendan Higgins <brendan.higgins@linux.dev>,
David Gow <david@davidgow.net>,
linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Rae Moar <raemoar63@gmail.com>,
Jonathan Corbet <corbet@lwn.net>,
Shuah Khan <skhan@linuxfoundation.org>,
Randy Dunlap <rdunlap@infradead.org>,
linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com,
workflows@vger.kernel.org
Subject: [PATCH] Documentation: kunit: Fix bad debugfs path
Date: Thu, 10 Sep 2026 15:59:19 +0200 [thread overview]
Message-ID: <20260910135919.435500-1-thuth@redhat.com> (raw)
The path of debugfs is /sys/kernel/debug/ and not /sys/kernel/debugfs/.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
Documentation/dev-tools/kunit/run_manual.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/dev-tools/kunit/run_manual.rst b/Documentation/dev-tools/kunit/run_manual.rst
index 98e8d5b288085..59c3313a6d15c 100644
--- a/Documentation/dev-tools/kunit/run_manual.rst
+++ b/Documentation/dev-tools/kunit/run_manual.rst
@@ -87,7 +87,7 @@ the ``/sys/kernel/debug/kunit/<test_suite>/run`` file:
.. code-block :: bash
- echo "any string" > /sys/kernel/debugfs/kunit/<test_suite>/run
+ echo "any string" > /sys/kernel/debug/kunit/<test_suite>/run
As a result, the test suite runs and the results are printed to the kernel
log.
--
2.55.0
next reply other threads:[~2026-09-10 13:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 13:59 Thomas Huth [this message]
2026-09-10 21:06 ` [PATCH] Documentation: kunit: Fix bad debugfs path Randy Dunlap
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=20260910135919.435500-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=brendan.higgins@linux.dev \
--cc=corbet@lwn.net \
--cc=david@davidgow.net \
--cc=kunit-dev@googlegroups.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=raemoar63@gmail.com \
--cc=rdunlap@infradead.org \
--cc=skhan@linuxfoundation.org \
--cc=workflows@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox