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 <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-7-tiwai@suse.de
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 <rf@opensource.cirrus.com>");
370371
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)