]> Git Repo - J-linux.git/commitdiff
ALSA: hda: cirrus_scodec_test: Add missing module descriptions
authorTakashi Iwai <[email protected]>
Wed, 8 May 2024 09:11:25 +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/pci/hda/cirrus_scodec_test.c

index 8ae373676bd1a45b87b78b387928878bba48d4f9..e925ebe21ccbaeacb1be0d28eee0207554f55988 100644 (file)
@@ -366,5 +366,6 @@ static struct kunit_suite cirrus_scodec_test_suite = {
 kunit_test_suite(cirrus_scodec_test_suite);
 
 MODULE_IMPORT_NS(SND_HDA_CIRRUS_SCODEC);
+MODULE_DESCRIPTION("KUnit test for the Cirrus side-codec library");
 MODULE_AUTHOR("Richard Fitzgerald <[email protected]>");
 MODULE_LICENSE("GPL");
This page took 0.048543 seconds and 4 git commands to generate.