Skip to content

Commit 22c0a46

Browse files
JoseExpositoJiri Kosina
authored andcommitted
HID: uclogic: Add module description
Not having it triggers a warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-uclogic.o Signed-off-by: José Expósito <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent f4ceb2a commit 22c0a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/hid-uclogic-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ module_hid_driver(uclogic_driver);
568568
MODULE_AUTHOR("Martin Rusko");
569569
MODULE_AUTHOR("Nikolai Kondrashov");
570570
MODULE_LICENSE("GPL");
571+
MODULE_DESCRIPTION("HID driver for UC-Logic devices not fully compliant with HID standard");
571572

572573
#ifdef CONFIG_HID_KUNIT_TEST
573574
#include "hid-uclogic-core-test.c"

0 commit comments

Comments
 (0)