Fix the following checkpatch warning. WARNING: quoted string split across lines
Signed-off-by: Jingoo Han <[email protected]> --- 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 <[email protected]>, " - "Ying-Chun Liu (PaulLiu) <[email protected]>"); +MODULE_AUTHOR("Nancy Chen <[email protected]>"); +MODULE_AUTHOR("Ying-Chun Liu (PaulLiu) <[email protected]>"); 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

