From: Takashi Iwai Date: Wed, 8 May 2024 09:19:04 +0000 (+0200) Subject: ASoC: topology-test: Add missing module description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ea762d10b92a423b6e4980241a7bfa809c7cffd1;p=linux.git 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 Link: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com Signed-off-by: Takashi Iwai Reviewed-by: Dragan Simic Link: https://lore.kernel.org/r/20240508091909.27062-6-tiwai@suse.de Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-topology-test.c b/sound/soc/soc-topology-test.c index 02aa2448f0e67..d62a02ec58963 100644 --- a/sound/soc/soc-topology-test.c +++ b/sound/soc/soc-topology-test.c @@ -819,4 +819,5 @@ static struct kunit_suite snd_soc_tplg_test_suite = { kunit_test_suites(&snd_soc_tplg_test_suite); +MODULE_DESCRIPTION("ASoC Topology Kernel Unit Tests"); MODULE_LICENSE("GPL");