]> Git Repo - J-linux.git/commitdiff
scftorture: Add MODULE_DESCRIPTION()
authorJeff Johnson <[email protected]>
Wed, 29 May 2024 20:32:46 +0000 (13:32 -0700)
committerPaul E. McKenney <[email protected]>
Thu, 30 May 2024 22:31:45 +0000 (15:31 -0700)
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]>
kernel/scftorture.c

index 59032aaccd18337d9785f8ce5c80e10669884857..c20c6eb8389d25116fb11a4075196c6559625091 100644 (file)
@@ -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 <[email protected]>");
 
This page took 0.055847 seconds and 4 git commands to generate.