Skip to content

Commit

Permalink
ALSA: kunit: Add missing module descriptions
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
tiwai committed May 9, 2024
1 parent b58a6b1 commit 568d0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/core/sound_kunit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 568d0ae

Please sign in to comment.