Skip to content

Commit

Permalink
lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macro
Browse files Browse the repository at this point in the history
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_linear_ranges.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jeff Johnson <[email protected]>
Reviewed-by: Matti Vaittinen <[email protected]>
Cc: Mark Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
Jeff Johnson authored and akpm00 committed Jun 25, 2024
1 parent 7ef148d commit 09aaf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test_linear_ranges.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,5 @@ static struct kunit_suite range_test_module = {

kunit_test_suites(&range_test_module);

MODULE_DESCRIPTION("KUnit test for the linear_ranges helper");
MODULE_LICENSE("GPL");

0 comments on commit 09aaf15

Please sign in to comment.