Commit 87f1c20e authored by Antonio Terceiro's avatar Antonio Terceiro Committed by Shuah Khan
Browse files

Documentation: kselftest: fix path to test module files



The top-level kselftest directory is not called kselftest, but
selftests.

Signed-off-by: default avatarAntonio Terceiro <antonio.terceiro@linaro.org>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 4808bf20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
----------