Skip to content

Commit 6a081ba

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/locking/locktorture.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <linux/torture.h>
3131
#include <linux/reboot.h>
3232

33+
MODULE_DESCRIPTION("torture test facility for locking");
3334
MODULE_LICENSE("GPL");
3435
MODULE_AUTHOR("Paul E. McKenney <[email protected]>");
3536

0 commit comments

Comments
 (0)