Thread (2 messages) flat view 2 messages, 2 authors, 7d ago

Re: [PATCH] Documentation: kunit: Fix bad debugfs path

From: Randy Dunlap <rdunlap@infradead.org>
Date: 2026-09-10 21:06:46
Also in: linux-doc, linux-kselftest, lkml


On 9/10/26 6:59 AM, Thomas Huth wrote:
The path of debugfs is /sys/kernel/debug/ and not /sys/kernel/debugfs/.

Signed-off-by: Thomas Huth <redacted>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
quoted hunk ↗ jump to hunk
---
 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.
-- 
~Randy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help