Skip to content

Commit fae5d84

Browse files
Jeff 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 <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 70ec81c commit fae5d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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 <[email protected]>");
322+
MODULE_DESCRIPTION("Driver for the LetSketch / VSON WP9620N drawing tablet");
322323
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)