Commit 83e14a57 authored by Hoi Pok Wu's avatar Hoi Pok Wu Committed by Shuah Khan

docs:kselftest: fix kselftest_module.h path of example module

"module.h" does not exist in kselftest, it should be "kselftest_module.h".
Signed-off-by: default avatarHoi Pok Wu <wuhoipok@gmail.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent bf6430f8
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment