Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jeff Johnson and committed by
Jiri Kosina
9c8f05cf 9e438fe3

+1
+1
drivers/hid/hid-logitech-hidpp.c
··· 27 27 #include "usbhid/usbhid.h" 28 28 #include "hid-ids.h" 29 29 30 + MODULE_DESCRIPTION("Support for Logitech devices relying on the HID++ specification"); 30 31 MODULE_LICENSE("GPL"); 31 32 MODULE_AUTHOR("Benjamin Tissoires <benjamin.tissoires@gmail.com>"); 32 33 MODULE_AUTHOR("Nestor Lopez Casado <nlopezcasad@logitech.com>");