mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
kcsan: Add missing MODULE_DESCRIPTION() macro
Fix the warning reported by 'make C=1 W=1': WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/kcsan/kcsan_test.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Reviewed-by: Marco Elver <elver@google.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
020e6c22bd
commit
ddd7432d62
@ -1620,5 +1620,6 @@ static struct kunit_suite kcsan_test_suite = {
|
||||
|
||||
kunit_test_suites(&kcsan_test_suite);
|
||||
|
||||
MODULE_DESCRIPTION("KCSAN test suite");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_AUTHOR("Marco Elver <elver@google.com>");
|
||||
|
Loading…
Reference in New Issue
Block a user