[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4C3A828D.1070509@gmail.com>
Date: Sun, 11 Jul 2010 21:48:45 -0500
From: Neal B <nealb001@...il.com>
To: Artem.Bityutskiy@...ia.com
CC: dwmw2@...radead.org, rmk+kernel@....linux.org.uk,
cascardo@...oscopio.com, mohanlaljangir@...il.com,
maximlevitsky@...il.com, Julia Lawall <julia@...u.dk>,
jkosina@...e.cz, linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/6] Mtd: fixed space after open parenthesis
From d1caf6c1e0e1c8137a0c23c570df5ce764eb60f6 Mon Sep 17 00:00:00 2001
From: Neal Buckendahl <nealb001@...il.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@...il.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@...nwrt.org>, "
+MODULE_AUTHOR("Felix Fietkau <nbd@...nwrt.org>, "
"Eugene Konev <ejka@...nwrt.org>");
MODULE_DESCRIPTION("MTD partitioning for TI AR7");
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists