Skip to content

Commit e52a7d0

Browse files
Jeff JohnsonBenjamin Tissoires
authored andcommitted
HID: lg-g15: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-lg-g15.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent fae5d84 commit e52a7d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/hid-lg-g15.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,4 +954,5 @@ static struct hid_driver lg_g15_driver = {
954954
module_hid_driver(lg_g15_driver);
955955

956956
MODULE_AUTHOR("Hans de Goede <[email protected]>");
957+
MODULE_DESCRIPTION("HID driver for gaming keys on Logitech gaming keyboards");
957958
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)