Skip to content

Commit e3e21ce

Browse files
committed
ALSA: pcmtest: Add missing module descriptions
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-6-tiwai@suse.de
1 parent 568d0ae commit e3e21ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/drivers/pcmtest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ static void __exit mod_exit(void)
772772
platform_device_unregister(&pcmtst_pdev);
773773
}
774774

775+
MODULE_DESCRIPTION("Virtual ALSA driver for PCM testing/fuzzing");
775776
MODULE_LICENSE("GPL");
776777
MODULE_AUTHOR("Ivan Orlov");
777778
module_init(mod_init);

0 commit comments

Comments
 (0)