Skip to content

Commit ece3941

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/hid-logitech-dj.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,7 @@ static struct hid_driver logi_djreceiver_driver = {
20452045

20462046
module_hid_driver(logi_djreceiver_driver);
20472047

2048+
MODULE_DESCRIPTION("HID driver for Logitech receivers");
20482049
MODULE_LICENSE("GPL");
20492050
MODULE_AUTHOR("Logitech");
20502051
MODULE_AUTHOR("Nestor Lopez Casado");

0 commit comments

Comments
 (0)