From: Benjamin Tissoires Date: Tue, 16 Jul 2024 10:18:28 +0000 (+0200) Subject: Merge branch 'for-6.11/module-description' into for-linus X-Git-Tag: v6.11-rc1~148^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ba28be6be8ac6cd4fa1ac67cd4da237d39917d2;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'for-6.11/module-description' into for-linus - add a bunch of missing MODULE_DESCRIPTION (Jeff Johnson) --- 5ba28be6be8ac6cd4fa1ac67cd4da237d39917d2 diff --cc drivers/hid/hid-uclogic-core.c index 26bacbf1474e8,02520824ce77c..b176f9c0dd527 --- a/drivers/hid/hid-uclogic-core.c +++ b/drivers/hid/hid-uclogic-core.c @@@ -567,8 -567,8 +567,9 @@@ module_hid_driver(uclogic_driver) MODULE_AUTHOR("Martin Rusko"); MODULE_AUTHOR("Nikolai Kondrashov"); + MODULE_DESCRIPTION("HID driver for UC-Logic devices not fully compliant with HID standard"); MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("HID driver for UC-Logic devices not fully compliant with HID standard"); #ifdef CONFIG_HID_KUNIT_TEST #include "hid-uclogic-core-test.c"