From: Neal B <nealb001@gmail.com>
To: Artem.Bityutskiy@nokia.com
Cc: maximlevitsky@gmail.com, cascardo@holoscopio.com,
linux-kernel@vger.kernel.org, Julia Lawall <julia@diku.dk>,
linux-mtd@lists.infradead.org, jkosina@suse.cz,
mohanlaljangir@gmail.com, rmk+kernel@arm.linux.org.uk,
dwmw2@infradead.org
Subject: [PATCH 2/6] Mtd: fixed space after open parenthesis
Date: Sun, 11 Jul 2010 21:48:45 -0500 [thread overview]
Message-ID: <4C3A828D.1070509@gmail.com> (raw)
From d1caf6c1e0e1c8137a0c23c570df5ce764eb60f6 Mon Sep 17 00:00:00 2001
From: Neal Buckendahl <nealb001@gmail.com>
Date: Sun, 11 Jul 2010 17:06:12 -0500
Subject: [PATCH 2/6] Mtd: fixed space after open parenthesis found by
the checkpatch.pl tool
Signed-off-by: Neal Buckendahl <nealb001@gmail.com>
---
drivers/mtd/ar7part.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/ar7part.c b/drivers/mtd/ar7part.c
index 6697a1e..7ccfdca 100644
--- a/drivers/mtd/ar7part.c
+++ b/drivers/mtd/ar7part.c
@@ -148,6 +148,6 @@ static int __init ar7_parser_init(void)
module_init(ar7_parser_init);
MODULE_LICENSE("GPL");
-MODULE_AUTHOR( "Felix Fietkau <nbd@openwrt.org>, "
+MODULE_AUTHOR("Felix Fietkau <nbd@openwrt.org>, "
"Eugene Konev <ejka@openwrt.org>");
MODULE_DESCRIPTION("MTD partitioning for TI AR7");
--
1.7.1
reply other threads:[~2010-07-12 2:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4C3A828D.1070509@gmail.com \
--to=nealb001@gmail.com \
--cc=Artem.Bityutskiy@nokia.com \
--cc=cascardo@holoscopio.com \
--cc=dwmw2@infradead.org \
--cc=jkosina@suse.cz \
--cc=julia@diku.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=maximlevitsky@gmail.com \
--cc=mohanlaljangir@gmail.com \
--cc=rmk+kernel@arm.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).