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

HID: letsketch: add missing MODULE_DESCRIPTION() macro

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-letsketch.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20240604-md-hid-letsketch-v1-1-ff38ae7b4cb0@quicinc.com
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>

authored by

Jeff Johnson and committed by
Benjamin Tissoires
fae5d843 70ec81c2

+1
+1
drivers/hid/hid-letsketch.c
··· 319 319 module_hid_driver(letsketch_driver); 320 320 321 321 MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); 322 + MODULE_DESCRIPTION("Driver for the LetSketch / VSON WP9620N drawing tablet"); 322 323 MODULE_LICENSE("GPL");