Skip to content

Commit 1dec672

Browse files
tiwaibroonie
authored andcommitted
ASoC: ab8500: 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: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/20240508091909.27062-2-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8051360 commit 1dec672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/ab8500-codec.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,4 +2571,5 @@ static struct platform_driver ab8500_codec_platform_driver = {
25712571
};
25722572
module_platform_driver(ab8500_codec_platform_driver);
25732573

2574+
MODULE_DESCRIPTION("ASoC AB8500 codec driver");
25742575
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)