[PATCH 1/2] regulator: mt6323: Fix module description

From: Axel Lin
Date: Tue Jul 19 2016 - 04:25:26 EST


Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx>
---
Âdrivers/regulator/mt6323-regulator.c | 2 +-
Â1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/mt6323-regulator.c b/drivers/regulator/mt6323-regulator.c
index 927cc23..f7831f3 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 <chen.zhong@xxxxxxxxxxxx>");
-MODULE_DESCRIPTION("Regulator Driver for MediaTek MT6397 PMIC");
+MODULE_DESCRIPTION("Regulator Driver for MediaTek MT6323 PMIC");
ÂMODULE_LICENSE("GPL v2");
--Â
2.7.4