[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210224130605.347728-1-antonio.terceiro@linaro.org>
Date:   Wed, 24 Feb 2021 10:06:05 -0300
From:   Antonio Terceiro <antonio.terceiro@...aro.org>
To:     linux-kselftest@...r.kernel.org, linux-doc@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     Shuah Khan <shuah@...nel.org>, Jonathan Corbet <corbet@....net>
Subject: [PATCH] Documentation: kselftest: fix path to test module files
The top-level kselftest directory is not called kselftest, but
selftests.
Signed-off-by: Antonio Terceiro <antonio.terceiro@...aro.org>
Cc: Shuah Khan <shuah@...nel.org>
Cc: Jonathan Corbet <corbet@....net>
---
 Documentation/dev-tools/kselftest.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
index a901def730d9..dcefee707ccd 100644
--- a/Documentation/dev-tools/kselftest.rst
+++ b/Documentation/dev-tools/kselftest.rst
@@ -239,8 +239,8 @@ using a shell script test runner.  ``kselftest/module.sh`` is designed
 to facilitate this process.  There is also a header file provided to
 assist writing kernel modules that are for use with kselftest:
 
-- ``tools/testing/kselftest/kselftest_module.h``
-- ``tools/testing/kselftest/kselftest/module.sh``
+- ``tools/testing/selftests/kselftest_module.h``
+- ``tools/testing/selftests/kselftest/module.sh``
 
 How to use
 ----------
-- 
2.30.1
Powered by blists - more mailing lists
 
