mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
HID: logitech-dj: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-logitech-dj.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240604-md-hid-logitech-dj-v1-1-560f6b3cb54b@quicinc.com Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
This commit is contained in:
parent
e52a7d0562
commit
ece3941821
1 changed files with 1 additions and 0 deletions
|
|
@ -2045,6 +2045,7 @@ static struct hid_driver logi_djreceiver_driver = {
|
|||
|
||||
module_hid_driver(logi_djreceiver_driver);
|
||||
|
||||
MODULE_DESCRIPTION("HID driver for Logitech receivers");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Logitech");
|
||||
MODULE_AUTHOR("Nestor Lopez Casado");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue