Skip to content

Commit 568d0ae

Browse files
committed
ALSA: kunit: 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-5-tiwai@suse.de
1 parent b58a6b1 commit 568d0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/core/sound_kunit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,5 +308,6 @@ static struct kunit_suite sound_utils_suite = {
308308
};
309309

310310
kunit_test_suite(sound_utils_suite);
311+
MODULE_DESCRIPTION("Sound core KUnit test");
311312
MODULE_AUTHOR("Ivan Orlov");
312313
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)