Skip to content

Commit ddefb24

Browse files
committed
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 <[email protected]> Closes: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 92641cc commit ddefb24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/ac97/bus.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,5 +551,6 @@ static void __exit ac97_bus_exit(void)
551551
}
552552
module_exit(ac97_bus_exit);
553553

554+
MODULE_DESCRIPTION("AC97 bus interface");
554555
MODULE_LICENSE("GPL");
555556
MODULE_AUTHOR("Robert Jarzmik <[email protected]>");

0 commit comments

Comments
 (0)