mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
scftorture: Add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/scftorture.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
committed by
Paul E. McKenney
parent
6a081bac38
commit
d68dc77372
@@ -43,6 +43,7 @@
|
||||
|
||||
#define SCFTORTOUT_ERRSTRING(s, x...) pr_alert(SCFTORT_FLAG "!!! " s "\n", ## x)
|
||||
|
||||
MODULE_DESCRIPTION("Torture tests on the smp_call_function() family of primitives");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Paul E. McKenney <paulmck@kernel.org>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user