]> www.infradead.org Git - users/jedix/linux-maple.git/commit
HID: letsketch: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Tue, 4 Jun 2024 14:20:47 +0000 (07:20 -0700)
committerBenjamin Tissoires <bentiss@kernel.org>
Thu, 6 Jun 2024 08:51:56 +0000 (10:51 +0200)
commitfae5d8433db235801c3915be63a0325d444d0593
treee4d10cb805c00ddbb6fb44615e1a04e5d8ec6afe
parent70ec81c2e2b4005465ad0d042e90b36087c36104
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>
drivers/hid/hid-letsketch.c