diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-05-08 11:19:04 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-08 20:51:10 +0900 |
commit | ea762d10b92a423b6e4980241a7bfa809c7cffd1 (patch) | |
tree | d483379856e6cc6e79177a45a176d274ce6480a3 /sound/soc | |
parent | 2c846d7cc4ee3382aed6dfd322fcaaf309eb2c9a (diff) | |
download | linux-ea762d10b92a423b6e4980241a7bfa809c7cffd1.tar.gz linux-ea762d10b92a423b6e4980241a7bfa809c7cffd1.tar.bz2 linux-ea762d10b92a423b6e4980241a7bfa809c7cffd1.zip |
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>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/soc-topology-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-topology-test.c b/sound/soc/soc-topology-test.c index 02aa2448f0e6..d62a02ec5896 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"); |