All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] watchdog: ep93xx_wdt: split module author names
@ 2014-02-27  5:41 Jingoo Han
  2014-02-27  5:43 ` [PATCH 2/6] watchdog: pc87413: " Jingoo Han
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Jingoo Han @ 2014-02-27  5:41 UTC (permalink / raw)
  To: 'Wim Van Sebroeck'
  Cc: linux-watchdog, 'Guenter Roeck', 'Jingoo Han',
	'H Hartley Sweeten', 'Mika Westerberg'

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>
---
 drivers/watchdog/ep93xx_wdt.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/watchdog/ep93xx_wdt.c b/drivers/watchdog/ep93xx_wdt.c
index 5e4f3de..5f54e1e 100644
--- a/drivers/watchdog/ep93xx_wdt.c
+++ b/drivers/watchdog/ep93xx_wdt.c
@@ -165,9 +165,9 @@ static struct platform_driver ep93xx_wdt_driver = {
 
 module_platform_driver(ep93xx_wdt_driver);
 
-MODULE_AUTHOR("Ray Lehtiniemi <rayl@mail.com>,"
-		"Alessandro Zummo <a.zummo@towertech.it>,"
-		"H Hartley Sweeten <hsweeten@visionengravers.com>");
+MODULE_AUTHOR("Ray Lehtiniemi <rayl@mail.com>");
+MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>");
+MODULE_AUTHOR("H Hartley Sweeten <hsweeten@visionengravers.com>");
 MODULE_DESCRIPTION("EP93xx Watchdog");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(WDT_VERSION);
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-03-02 14:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-27  5:41 [PATCH 1/6] watchdog: ep93xx_wdt: split module author names Jingoo Han
2014-02-27  5:43 ` [PATCH 2/6] watchdog: pc87413: " Jingoo Han
2014-02-28  3:21   ` Guenter Roeck
2014-02-27  5:44 ` [PATCH 3/6] watchdog: w83697hf: " Jingoo Han
2014-02-28  3:21   ` Guenter Roeck
2014-02-27  5:46 ` [PATCH 4/6] watchdog: ibmasr: fix incorrect placement of __initdata marker Jingoo Han
2014-02-28  3:21   ` Guenter Roeck
2014-02-27  5:48 ` [PATCH 5/6] watchdog: iTCO_wdt: remove unnecessary spaces Jingoo Han
2014-02-28  3:21   ` Guenter Roeck
2014-02-27  5:48 ` [PATCH 6/6] watchdog: softdog: remove unnecessary initialization of static variable Jingoo Han
2014-02-28  3:22   ` Guenter Roeck
2014-02-28  3:20 ` [PATCH 1/6] watchdog: ep93xx_wdt: split module author names Guenter Roeck
2014-03-02 14:03 ` Wim Van Sebroeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.