projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c846d7
)
ASoC: topology-test: Add missing module description
author
Takashi Iwai
<tiwai@suse.de>
Wed, 8 May 2024 09:19:04 +0000
(11:19 +0200)
committer
Mark Brown
<broonie@kernel.org>
Wed, 8 May 2024 11:51:10 +0000
(20:51 +0900)
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>
sound/soc/soc-topology-test.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-topology-test.c
b/sound/soc/soc-topology-test.c
index 02aa2448f0e67c68a2f5db378029f60c7912e639..d62a02ec589634aa3afc5cb6863aa62b81ba2bb3 100644
(file)
--- 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");