Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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
+1
sound/pci/hda/cirrus_scodec_test.c
··· 366 366 kunit_test_suite(cirrus_scodec_test_suite); 367 367 368 368 MODULE_IMPORT_NS(SND_HDA_CIRRUS_SCODEC); 369 + MODULE_DESCRIPTION("KUnit test for the Cirrus side-codec library"); 369 370 MODULE_AUTHOR("Richard Fitzgerald <rf@opensource.cirrus.com>"); 370 371 MODULE_LICENSE("GPL");