From: Takashi Iwai Date: Wed, 8 May 2024 09:11:20 +0000 (+0200) Subject: ALSA: ac97: legacy: Add missing module description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=92641cc5b80499e2af21c965b38b64b4dcabe959;p=linux.git ALSA: ac97: legacy: Add missing module description Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(), let's add the missing information. Reported-by: Andy Shevchenko Closes: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com Signed-off-by: Takashi Iwai Reviewed-by: Andy Shevchenko Reviewed-by: Dragan Simic Link: https://lore.kernel.org/r/20240508091128.25274-2-tiwai@suse.de --- diff --git a/sound/ac97_bus.c b/sound/ac97_bus.c index 7ea274c559005..1484fc178fa45 100644 --- a/sound/ac97_bus.c +++ b/sound/ac97_bus.c @@ -95,4 +95,5 @@ module_exit(ac97_bus_exit); EXPORT_SYMBOL(ac97_bus_type); +MODULE_DESCRIPTION("Legacy AC97 bus interface"); MODULE_LICENSE("GPL");