All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jingoo Han <jg1.han@samsung.com>
To: 'Wim Van Sebroeck' <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org,
	'Guenter Roeck' <linux@roeck-us.net>,
	'Jingoo Han' <jg1.han@samsung.com>,
	'H Hartley Sweeten' <hsweeten@visionengravers.com>,
	'Mika Westerberg' <mika.westerberg@linux.intel.com>
Subject: [PATCH 1/6] watchdog: ep93xx_wdt: split module author names
Date: Thu, 27 Feb 2014 14:41:42 +0900	[thread overview]
Message-ID: <004301cf337e$97e7a3f0$c7b6ebd0$%han@samsung.com> (raw)

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



             reply	other threads:[~2014-02-27  5:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-27  5:41 Jingoo Han [this message]
2014-02-27  5:43 ` [PATCH 2/6] watchdog: pc87413: split module author names 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004301cf337e$97e7a3f0$c7b6ebd0$%han@samsung.com' \
    --to=jg1.han@samsung.com \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mika.westerberg@linux.intel.com \
    --cc=wim@iguana.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.