]> Git Repo - J-linux.git/commitdiff
ALSA: pcmtest: Add missing module descriptions
authorTakashi Iwai <[email protected]>
Wed, 8 May 2024 09:11:24 +0000 (11:11 +0200)
committerTakashi Iwai <[email protected]>
Thu, 9 May 2024 08:13:07 +0000 (10:13 +0200)
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]
sound/drivers/pcmtest.c

index b8bff5522bce20e601ee363e0edd1bdd7b3261f2..21cefaf5419aad696d0a3ba4d4416d6cef06a6b2 100644 (file)
@@ -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);
This page took 0.045482 seconds and 4 git commands to generate.