summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/anatop-regulator.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-10-14 17:45:51 +0900
committerMark Brown <broonie@linaro.org>2013-10-15 13:18:49 +0100
commit34f7568510564726d33fe8248736ece7d76d0054 (patch)
tree1959154981c2ecea02bfdb24a92cff06e9aa7e9c /drivers/regulator/anatop-regulator.c
parent61e6cfa80de5760bbe406f4e815b7739205754d2 (diff)
downloadlinux-0-day-34f7568510564726d33fe8248736ece7d76d0054.tar.gz
linux-0-day-34f7568510564726d33fe8248736ece7d76d0054.tar.xz
regulator: anatop: Fix checkpatch issue
Fix the following checkpatch warning. WARNING: quoted string split across lines Signed-off-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/anatop-regulator.c')
-rw-r--r--drivers/regulator/anatop-regulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/anatop-regulator.c b/drivers/regulator/anatop-regulator.c
index 0d4a8ccbb5361..75a9c7875a7aa 100644
--- a/drivers/regulator/anatop-regulator.c
+++ b/drivers/regulator/anatop-regulator.c
@@ -256,7 +256,7 @@ static void __exit anatop_regulator_exit(void)
}
module_exit(anatop_regulator_exit);
-MODULE_AUTHOR("Nancy Chen <Nancy.Chen@freescale.com>, "
- "Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>");
+MODULE_AUTHOR("Nancy Chen <Nancy.Chen@freescale.com>");
+MODULE_AUTHOR("Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>");
MODULE_DESCRIPTION("ANATOP Regulator driver");
MODULE_LICENSE("GPL v2");