mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
torture: Add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/torture.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
1613e604df
commit
a8469dc691
@ -40,6 +40,7 @@
|
||||
#include <linux/sched/rt.h>
|
||||
#include "rcu/rcu.h"
|
||||
|
||||
MODULE_DESCRIPTION("Common functions for in-kernel torture tests");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Paul E. McKenney <paulmck@linux.ibm.com>");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user