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 <[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 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)