Split module author names and remove unnecessary braces, in order to fix the following checkpatch issue. WARNING: quoted string split across lines Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> --- drivers/watchdog/w83697hf_wdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/w83697hf_wdt.c b/drivers/watchdog/w83697hf_wdt.c index 68b45fc..e9ea856 100644 --- a/drivers/watchdog/w83697hf_wdt.c +++ b/drivers/watchdog/w83697hf_wdt.c @@ -455,6 +455,6 @@ module_init(wdt_init); module_exit(wdt_exit); MODULE_LICENSE("GPL"); -MODULE_AUTHOR("Marcus Junker <junker@xxxxxxxxxx>, " - "Samuel Tardieu <sam@xxxxxxxxxxx>"); +MODULE_AUTHOR("Marcus Junker <junker@xxxxxxxxxx>"); +MODULE_AUTHOR("Samuel Tardieu <sam@xxxxxxxxxxx>"); MODULE_DESCRIPTION("w83697hf/hg WDT driver"); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html