public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro
@ 2024-06-03  3:02 Jeff Johnson
  2024-06-03  7:53 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Johnson @ 2024-06-03  3:02 UTC (permalink / raw)
  To: Andy Shevchenko, Geert Uytterhoeven
  Cc: linux-kernel, kernel-janitors, Jeff Johnson

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/auxdisplay/line-display.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
 drivers/auxdisplay/line-display.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/auxdisplay/line-display.c b/drivers/auxdisplay/line-display.c
index e2b546210f8d..83c94e6c4df9 100644
--- a/drivers/auxdisplay/line-display.c
+++ b/drivers/auxdisplay/line-display.c
@@ -388,4 +388,5 @@ void linedisp_unregister(struct linedisp *linedisp)
 }
 EXPORT_SYMBOL_NS_GPL(linedisp_unregister, LINEDISP);
 
+MODULE_DESCRIPTION("Character line display core support");
 MODULE_LICENSE("GPL");

---
base-commit: a693b9c95abd4947c2d06e05733de5d470ab6586
change-id: 20240602-md-drivers-auxdisplay-linedisp-2a12960a1892


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

* Re: [PATCH] auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro
  2024-06-03  3:02 [PATCH] auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-03  7:53 ` Geert Uytterhoeven
  2024-06-03 19:47   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-06-03  7:53 UTC (permalink / raw)
  To: Jeff Johnson; +Cc: Andy Shevchenko, linux-kernel, kernel-janitors

On Mon, Jun 3, 2024 at 5:02 AM Jeff Johnson <quic_jjohnson@quicinc.com> wrote:
> make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/auxdisplay/line-display.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro
  2024-06-03  7:53 ` Geert Uytterhoeven
@ 2024-06-03 19:47   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2024-06-03 19:47 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Jeff Johnson, linux-kernel, kernel-janitors

On Mon, Jun 03, 2024 at 09:53:40AM +0200, Geert Uytterhoeven wrote:
> On Mon, Jun 3, 2024 at 5:02 AM Jeff Johnson <quic_jjohnson@quicinc.com> wrote:
> > make allmodconfig && make W=1 C=1 reports:
> > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/auxdisplay/line-display.o
> >
> > Add the missing invocation of the MODULE_DESCRIPTION() macro.
> >
> > Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>

Pueshed to my review and testing queue, thanks!

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2024-06-03 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03  3:02 [PATCH] auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-03  7:53 ` Geert Uytterhoeven
2024-06-03 19:47   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox