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

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 <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240604-md-hid-logitech-dj-v1-1-560f6b3cb54b@quicinc.com
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>

authored by

Jeff Johnson and committed by
Benjamin Tissoires
ece39418 e52a7d05

+1
+1
drivers/hid/hid-logitech-dj.c
··· 2045 2045 2046 2046 module_hid_driver(logi_djreceiver_driver); 2047 2047 2048 + MODULE_DESCRIPTION("HID driver for Logitech receivers"); 2048 2049 MODULE_LICENSE("GPL"); 2049 2050 MODULE_AUTHOR("Logitech"); 2050 2051 MODULE_AUTHOR("Nestor Lopez Casado");