Skip to content

Commit 9c8f05c

Browse files
Jeff JohnsonJiri Kosina
authored andcommitted
HID: logitech-hidpp: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-logitech-hidpp.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 9e438fe commit 9c8f05c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "usbhid/usbhid.h"
2828
#include "hid-ids.h"
2929

30+
MODULE_DESCRIPTION("Support for Logitech devices relying on the HID++ specification");
3031
MODULE_LICENSE("GPL");
3132
MODULE_AUTHOR("Benjamin Tissoires <benjamin.tissoires@gmail.com>");
3233
MODULE_AUTHOR("Nestor Lopez Casado <nlopezcasad@logitech.com>");

0 commit comments

Comments
 (0)