projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf6430f
)
docs:kselftest: fix kselftest_module.h path of example module
author
Hoi Pok Wu
<wuhoipok@gmail.com>
Wed, 24 Aug 2022 14:25:05 +0000
(22:25 +0800)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Wed, 5 Oct 2022 17:05:18 +0000
(11:05 -0600)
"module.h" does not exist in kselftest, it should be "kselftest_module.h".
Signed-off-by: Hoi Pok Wu <wuhoipok@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kselftest.rst
patch
|
blob
|
history
diff --git
a/Documentation/dev-tools/kselftest.rst
b/Documentation/dev-tools/kselftest.rst
index
e879737
..
12b575b
100644
(file)
--- a/
Documentation/dev-tools/kselftest.rst
+++ b/
Documentation/dev-tools/kselftest.rst
@@
-320,7
+320,7
@@
A bare bones test module might look like this:
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
- #include "../tools/testing/selftests/kselftest
/
module.h"
+ #include "../tools/testing/selftests/kselftest
_
module.h"
KSTM_MODULE_GLOBALS();