Skip to content

Commit d68dc77

Browse files
Jeff Johnsonpaulmckrcu
authored andcommitted
scftorture: Add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/scftorture.o Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 6a081ba commit d68dc77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/scftorture.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
#define SCFTORTOUT_ERRSTRING(s, x...) pr_alert(SCFTORT_FLAG "!!! " s "\n", ## x)
4545

46+
MODULE_DESCRIPTION("Torture tests on the smp_call_function() family of primitives");
4647
MODULE_LICENSE("GPL");
4748
MODULE_AUTHOR("Paul E. McKenney <[email protected]>");
4849

0 commit comments

Comments
 (0)