diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-05-08 11:11:24 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-05-09 10:13:07 +0200 |
commit | e3e21cefa23b95093577903c39838cf49b1c429a (patch) | |
tree | b50fd3a2094db8cb4869a17e2795cb68dba21fe0 /sound | |
parent | 568d0ae72a281d5a08ac1a092e3adb85eff7aee3 (diff) |
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
Diffstat (limited to 'sound')
-rw-r--r-- | sound/drivers/pcmtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/drivers/pcmtest.c b/sound/drivers/pcmtest.c index b8bff5522bce..21cefaf5419a 100644 --- a/sound/drivers/pcmtest.c +++ b/sound/drivers/pcmtest.c @@ -772,6 +772,7 @@ static void __exit mod_exit(void) platform_device_unregister(&pcmtst_pdev); } +MODULE_DESCRIPTION("Virtual ALSA driver for PCM testing/fuzzing"); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Ivan Orlov"); module_init(mod_init); |