Skip to content

Commit 87f1c20

Browse files
terceiroshuahkh
authored andcommitted
Documentation: kselftest: fix path to test module files
The top-level kselftest directory is not called kselftest, but selftests. Signed-off-by: Antonio Terceiro <[email protected]> Cc: Shuah Khan <[email protected]> Cc: Jonathan Corbet <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 4808bf2 commit 87f1c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/dev-tools/kselftest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ using a shell script test runner. ``kselftest/module.sh`` is designed
239239
to facilitate this process. There is also a header file provided to
240240
assist writing kernel modules that are for use with kselftest:
241241

242-
- ``tools/testing/kselftest/kselftest_module.h``
243-
- ``tools/testing/kselftest/kselftest/module.sh``
242+
- ``tools/testing/selftests/kselftest_module.h``
243+
- ``tools/testing/selftests/kselftest/module.sh``
244244

245245
How to use
246246
----------

0 commit comments

Comments
 (0)