linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] HID: logitech-dj: add missing MODULE_DESCRIPTION() macro
@ 2024-06-04 15:34 Jeff Johnson
  2024-06-06  8:55 ` Benjamin Tissoires
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-04 15:34 UTC (permalink / raw)
  To: Filipe Laíns, Jiri Kosina, Benjamin Tissoires
  Cc: linux-input, linux-kernel, kernel-janitors, Jeff Johnson

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>
---
 drivers/hid/hid-logitech-dj.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
index 3c3c497b6b91..dfa4e3d1a3b3 100644
--- a/drivers/hid/hid-logitech-dj.c
+++ b/drivers/hid/hid-logitech-dj.c
@@ -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");

---
base-commit: a693b9c95abd4947c2d06e05733de5d470ab6586
change-id: 20240604-md-hid-logitech-dj-250a4c6afe7c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HID: logitech-dj: add missing MODULE_DESCRIPTION() macro
  2024-06-04 15:34 [PATCH] HID: logitech-dj: add missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-06  8:55 ` Benjamin Tissoires
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Tissoires @ 2024-06-06  8:55 UTC (permalink / raw)
  To: Filipe Laíns, Jiri Kosina, Jeff Johnson
  Cc: linux-input, linux-kernel, kernel-janitors

On Tue, 04 Jun 2024 08:34:01 -0700, Jeff Johnson wrote:
> 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.
> 
> 

Applied to hid/hid.git (for-6.11/module-description), thanks!

[1/1] HID: logitech-dj: add missing MODULE_DESCRIPTION() macro
      https://git.kernel.org/hid/hid/c/ece3941821cf

Cheers,
-- 
Benjamin Tissoires <bentiss@kernel.org>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-06  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04 15:34 [PATCH] HID: logitech-dj: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-06  8:55 ` Benjamin Tissoires

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).