aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingoo Han <[email protected]>2013-12-19 13:32:45 +0900
committerThierry Reding <[email protected]>2013-12-20 10:53:50 +0100
commit5eabf82ecfc2300c05ad4dcdeca0f71015e51e36 (patch)
tree8bbd30b59f524adb85b2a00dbfe608de964d666f
parentadcba1e3a5d97d93f2277bcf38ae1eb2c91fc840 (diff)
pwm: ep93xx: split module author names
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]> Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r--drivers/pwm/pwm-ep93xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pwm/pwm-ep93xx.c b/drivers/pwm/pwm-ep93xx.c
index 33aa4461e1ce..e593e9c45c51 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");