Skip to content

Commit ea762d1

Browse files
tiwaibroonie
authored andcommitted
ASoC: topology-test: Add missing module description
Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(), let's add the missing information. Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/20240508091909.27062-6-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 2c846d7 commit ea762d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/soc-topology-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,4 +819,5 @@ static struct kunit_suite snd_soc_tplg_test_suite = {
819819

820820
kunit_test_suites(&snd_soc_tplg_test_suite);
821821

822+
MODULE_DESCRIPTION("ASoC Topology Kernel Unit Tests");
822823
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)