From: Takashi Iwai Date: Wed, 8 May 2024 09:11:21 +0000 (+0200) Subject: ALSA: ac97: bus: Add missing module description X-Git-Tag: v6.10-rc1~146^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddefb24b3effa6dbca148d176cdd5e24e8e3cf3b;p=thirdparty%2Flinux.git ALSA: ac97: bus: 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-3-tiwai@suse.de --- diff --git a/sound/ac97/bus.c b/sound/ac97/bus.c index 5e46b972a3daf..40e88d79c483b 100644 --- a/sound/ac97/bus.c +++ b/sound/ac97/bus.c @@ -551,5 +551,6 @@ static void __exit ac97_bus_exit(void) } module_exit(ac97_bus_exit); +MODULE_DESCRIPTION("AC97 bus interface"); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Robert Jarzmik ");