Skip to content

Commit 6073496

Browse files
Jeff Johnsonakpm00
authored andcommitted
resource: add missing MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/resource_kunit.o Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jeff Johnson <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Rafael J. Wysocki <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 9059044 commit 6073496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/resource_kunit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,5 @@ static struct kunit_suite resource_test_suite = {
149149
};
150150
kunit_test_suite(resource_test_suite);
151151

152+
MODULE_DESCRIPTION("I/O Port & Memory Resource manager unit tests");
152153
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)