aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/sof-utils.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <[email protected]>2024-05-27 19:44:14 +0000
committerMark Brown <[email protected]>2024-05-27 20:19:27 +0000
commit3ff78451b8e446e9a548b98a0d4dd8d24dc5780b (patch)
tree9274c022673600dd50215e92ff5879dfc7fdec00 /sound/soc/sof/sof-utils.c
parentASoC: SOF: reorder MODULE_ definitions (diff)
downloadkernel-3ff78451b8e446e9a548b98a0d4dd8d24dc5780b.tar.gz
kernel-3ff78451b8e446e9a548b98a0d4dd8d24dc5780b.zip
ASoC: SOF: add missing MODULE_DESCRIPTION()
MODULE_DESCRIPTION() was optional until it became mandatory and flagged as an error by 'make W=1'. Reported-by: Andy Shevchenko <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/sof/sof-utils.c')
-rw-r--r--sound/soc/sof/sof-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-utils.c b/sound/soc/sof/sof-utils.c
index cad041bf56cc..44608682e9f8 100644
--- a/sound/soc/sof/sof-utils.c
+++ b/sound/soc/sof/sof-utils.c
@@ -73,3 +73,4 @@ int snd_sof_create_page_table(struct device *dev,
EXPORT_SYMBOL(snd_sof_create_page_table);
MODULE_LICENSE("Dual BSD/GPL");
+MODULE_DESCRIPTION("SOF utils");