Skip to content

Commit d11c002

Browse files
Jeff JohnsonTzung-Bi Shih
authored andcommitted
platform/chrome: cros_ec_proto: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/platform/chrome/cros_kunit_proto_test.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/20240610-md-drivers-platform-chrome-v1-1-f9c75adcc1ca@quicinc.com Signed-off-by: Tzung-Bi Shih <[email protected]>
1 parent c8a4bdc commit d11c002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/chrome/cros_ec_proto_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,4 +2740,5 @@ static struct kunit_suite cros_ec_proto_test_suite = {
27402740

27412741
kunit_test_suite(cros_ec_proto_test_suite);
27422742

2743+
MODULE_DESCRIPTION("Kunit tests for ChromeOS Embedded Controller protocol");
27432744
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)