public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound/oss/dmasound: add missing MODULE_DESCRIPTION() macro
@ 2024-06-18  1:37 Jeff Johnson
  2024-06-18  7:40 ` Geert Uytterhoeven
  2024-06-18  9:56 ` Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Johnson @ 2024-06-18  1:37 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: linux-sound, linux-kernel, kernel-janitors, Jeff Johnson

With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in sound/oss/dmasound/dmasound_core.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
 sound/oss/dmasound/dmasound_core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/oss/dmasound/dmasound_core.c b/sound/oss/dmasound/dmasound_core.c
index 164335d3c200..4b1baf4dd50e 100644
--- a/sound/oss/dmasound/dmasound_core.c
+++ b/sound/oss/dmasound/dmasound_core.c
@@ -204,6 +204,7 @@ module_param(numWriteBufs, int, 0);
 static unsigned int writeBufSize = DEFAULT_BUFF_SIZE ;	/* in bytes */
 module_param(writeBufSize, int, 0);
 
+MODULE_DESCRIPTION("Atari/Amiga/Q40 core DMA sound driver");
 MODULE_LICENSE("GPL");
 
 static int sq_unit = -1;

---
base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
change-id: 20240617-md-m68k-sound-oss-dmasound-908daca26232


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

* Re: [PATCH] sound/oss/dmasound: add missing MODULE_DESCRIPTION() macro
  2024-06-18  1:37 [PATCH] sound/oss/dmasound: add missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-18  7:40 ` Geert Uytterhoeven
  2024-06-18  9:56 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-06-18  7:40 UTC (permalink / raw)
  To: Jeff Johnson
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel,
	kernel-janitors

On Tue, Jun 18, 2024 at 3:37 AM Jeff Johnson <quic_jjohnson@quicinc.com> wrote:
> With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in sound/oss/dmasound/dmasound_core.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] sound/oss/dmasound: add missing MODULE_DESCRIPTION() macro
  2024-06-18  1:37 [PATCH] sound/oss/dmasound: add missing MODULE_DESCRIPTION() macro Jeff Johnson
  2024-06-18  7:40 ` Geert Uytterhoeven
@ 2024-06-18  9:56 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2024-06-18  9:56 UTC (permalink / raw)
  To: Jeff Johnson
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel,
	kernel-janitors

On Tue, 18 Jun 2024 03:37:09 +0200,
Jeff Johnson wrote:
> 
> With ARCH=m68k, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in sound/oss/dmasound/dmasound_core.o
> 
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>

Thanks, applied.


Takashi

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18  1:37 [PATCH] sound/oss/dmasound: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-18  7:40 ` Geert Uytterhoeven
2024-06-18  9:56 ` Takashi Iwai

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