[PATCH 02/11] regulator: anatop: Fix checkpatch issue

From: Jingoo Han
Date: Mon Oct 14 2013 - 04:46:03 EST


Fix the following checkpatch warning.

WARNING: quoted string split across lines

Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx>
---
drivers/regulator/anatop-regulator.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/anatop-regulator.c b/drivers/regulator/anatop-regulator.c
index e42bfd1..c734d09 100644
--- a/drivers/regulator/anatop-regulator.c
+++ b/drivers/regulator/anatop-regulator.c
@@ -255,7 +255,7 @@ static void __exit anatop_regulator_exit(void)
}
module_exit(anatop_regulator_exit);

-MODULE_AUTHOR("Nancy Chen <Nancy.Chen@xxxxxxxxxxxxx>, "
- "Ying-Chun Liu (PaulLiu) <paul.liu@xxxxxxxxxx>");
+MODULE_AUTHOR("Nancy Chen <Nancy.Chen@xxxxxxxxxxxxx>");
+MODULE_AUTHOR("Ying-Chun Liu (PaulLiu) <paul.liu@xxxxxxxxxx>");
MODULE_DESCRIPTION("ANATOP Regulator driver");
MODULE_LICENSE("GPL v2");
--
1.7.10.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/