Split module author names in order to fix the following checkpatch warning.
WARNING: quoted string split across lines Signed-off-by: Jingoo Han <[email protected]> --- drivers/pwm/pwm-ep93xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pwm/pwm-ep93xx.c b/drivers/pwm/pwm-ep93xx.c index 33aa446..e593e9c 100644 --- a/drivers/pwm/pwm-ep93xx.c +++ b/drivers/pwm/pwm-ep93xx.c @@ -224,7 +224,7 @@ static struct platform_driver ep93xx_pwm_driver = { module_platform_driver(ep93xx_pwm_driver); MODULE_DESCRIPTION("Cirrus Logic EP93xx PWM driver"); -MODULE_AUTHOR("Matthieu Crapet <[email protected]>, " - "H Hartley Sweeten <[email protected]>"); +MODULE_AUTHOR("Matthieu Crapet <[email protected]>"); +MODULE_AUTHOR("H Hartley Sweeten <[email protected]>"); MODULE_ALIAS("platform:ep93xx-pwm"); MODULE_LICENSE("GPL"); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-pwm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
