Skip to content

Commit 2a49c8b

Browse files
Jeff Johnsonakpm00
authored andcommitted
selftests/fpu: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 now reports: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_fpu.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Link: https://lkml.kernel.org/r/[email protected] Fixes: 9613736 ("selftests/fpu: move FP code to a separate translation unit") Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Samuel Holland <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 7c81281 commit 2a49c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/test_fpu_glue.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ static void __exit test_fpu_exit(void)
5959
module_init(test_fpu_init);
6060
module_exit(test_fpu_exit);
6161

62+
MODULE_DESCRIPTION("Test cases for floating point operations");
6263
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)