From: Axel Lin Date: Tue, 19 Jul 2016 14:02:28 +0000 (+0800) Subject: regulator: mt6323: Fix module description X-Git-Tag: v4.8-rc1~149^2~2^6~1 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=15b1dc982394cb74d9e1df00b49d1991e7c4f47d;p=cascardo%2Flinux.git regulator: mt6323: Fix module description Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/mt6323-regulator.c b/drivers/regulator/mt6323-regulator.c index 927cc23b1c30..f7831f3d1744 100644 --- a/drivers/regulator/mt6323-regulator.c +++ b/drivers/regulator/mt6323-regulator.c @@ -421,5 +421,5 @@ static struct platform_driver mt6323_regulator_driver = { module_platform_driver(mt6323_regulator_driver); MODULE_AUTHOR("Chen Zhong "); -MODULE_DESCRIPTION("Regulator Driver for MediaTek MT6397 PMIC"); +MODULE_DESCRIPTION("Regulator Driver for MediaTek MT6323 PMIC"); MODULE_LICENSE("GPL v2");