Skip to content

Commit a8469dc

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/torture.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <linux/sched/rt.h>
4141
#include "rcu/rcu.h"
4242

43+
MODULE_DESCRIPTION("Common functions for in-kernel torture tests");
4344
MODULE_LICENSE("GPL");
4445
MODULE_AUTHOR("Paul E. McKenney <[email protected]>");
4546

0 commit comments

Comments
 (0)