* [PATCH 2/6] Mtd: fixed space after open parenthesis
@ 2010-07-12 2:48 Neal B
0 siblings, 0 replies; only message in thread
From: Neal B @ 2010-07-12 2:48 UTC (permalink / raw)
To: Artem.Bityutskiy
Cc: maximlevitsky, cascardo, linux-kernel, Julia Lawall, linux-mtd,
jkosina, mohanlaljangir, rmk+kernel, dwmw2
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-12 2:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-12 2:48 [PATCH 2/6] Mtd: fixed space after open parenthesis Neal B
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).