Documentation: kselftest: fix path to test module files
authorAntonio Terceiro <antonio.terceiro@linaro.org>
Wed, 24 Feb 2021 13:06:05 +0000 (10:06 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 2 Apr 2021 22:17:18 +0000 (16:17 -0600)
The top-level kselftest directory is not called kselftest, but
selftests.

Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kselftest.rst

index a901def..dcefee7 100644 (file)
@@ -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
 ----------