aboutsummaryrefslogtreecommitdiff
path: root/sound/ac97
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2024-05-08 11:11:21 +0200
committerGravatar Takashi Iwai <tiwai@suse.de> 2024-05-09 10:13:07 +0200
commitddefb24b3effa6dbca148d176cdd5e24e8e3cf3b (patch)
tree258f1ea1bf8c9b6e61c2f3ae06a6279447625765 /sound/ac97
parentALSA: ac97: legacy: Add missing module description (diff)
downloadlinux-ddefb24b3effa6dbca148d176cdd5e24e8e3cf3b.tar.gz
linux-ddefb24b3effa6dbca148d176cdd5e24e8e3cf3b.tar.bz2
linux-ddefb24b3effa6dbca148d176cdd5e24e8e3cf3b.zip
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 <andriy.shevchenko@linux.intel.com> Closes: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/20240508091128.25274-3-tiwai@suse.de
Diffstat (limited to 'sound/ac97')
-rw-r--r--sound/ac97/bus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/ac97/bus.c b/sound/ac97/bus.c
index 5e46b972a3da..40e88d79c483 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 <robert.jarzmik@free.fr>");