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 <jg1.han@samsung.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
adcba1e3a5
commit
5eabf82ecf
|
@ -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 <mcrapet@gmail.com>, "
|
||||
"H Hartley Sweeten <hsweeten@visionengravers.com>");
|
||||
MODULE_AUTHOR("Matthieu Crapet <mcrapet@gmail.com>");
|
||||
MODULE_AUTHOR("H Hartley Sweeten <hsweeten@visionengravers.com>");
|
||||
MODULE_ALIAS("platform:ep93xx-pwm");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in New Issue