Skip to content

Commit fae5d84

Browse files
jeff-t-johnsonBenjamin Tissoires
authored andcommitted
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>
1 parent 70ec81c commit fae5d84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/hid/hid-letsketch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,5 @@ static struct hid_driver letsketch_driver = {
319319
module_hid_driver(letsketch_driver);
320320

321321
MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
322+
MODULE_DESCRIPTION("Driver for the LetSketch / VSON WP9620N drawing tablet");
322323
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)