]> Git Repo - J-linux.git/commitdiff
ALSA: kunit: Add missing module descriptions
authorTakashi Iwai <[email protected]>
Wed, 8 May 2024 09:11:23 +0000 (11:11 +0200)
committerTakashi Iwai <[email protected]>
Thu, 9 May 2024 08:13:07 +0000 (10:13 +0200)
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]
sound/core/sound_kunit.c

index 165bd0f5338afc34df3316d698214fb60c28c473..bfed1a25fc8f744ff30843c1fe38d5b82bde5665 100644 (file)
@@ -308,5 +308,6 @@ static struct kunit_suite sound_utils_suite = {
 };
 
 kunit_test_suite(sound_utils_suite);
+MODULE_DESCRIPTION("Sound core KUnit test");
 MODULE_AUTHOR("Ivan Orlov");
 MODULE_LICENSE("GPL");
This page took 0.048562 seconds and 4 git commands to generate.