Skip to content

Commit cdd08e4

Browse files
committed
ALSA: hda: cirrus_scodec_test: 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 <[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 e3e21ce commit cdd08e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/cirrus_scodec_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,5 +366,6 @@ static struct kunit_suite cirrus_scodec_test_suite = {
366366
kunit_test_suite(cirrus_scodec_test_suite);
367367

368368
MODULE_IMPORT_NS(SND_HDA_CIRRUS_SCODEC);
369+
MODULE_DESCRIPTION("KUnit test for the Cirrus side-codec library");
369370
MODULE_AUTHOR("Richard Fitzgerald <[email protected]>");
370371
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)