aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/cs553x_nand.c
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-11-30 08:17:38 +0000
committerDavid Woodhouse <dwmw2@infradead.org>2006-11-30 08:17:38 +0000
commitc9ac5977299dd106ddb759e7e10035770dff185b (patch)
tree516a5bce7204718c958ef083c1ad3435b6b5907a /drivers/mtd/nand/cs553x_nand.c
parentdd36f2673573fc027945d488342f2f70664f0448 (diff)
downloadkernel_samsung_smdk4412-c9ac5977299dd106ddb759e7e10035770dff185b.zip
kernel_samsung_smdk4412-c9ac5977299dd106ddb759e7e10035770dff185b.tar.gz
kernel_samsung_smdk4412-c9ac5977299dd106ddb759e7e10035770dff185b.tar.bz2
[MTD] Remove trailing whitespace
The newly-added cafe_ecc.c had a lot of it because of the way the lookup table was auto-generated; clean up the other files too while we're at it. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/cs553x_nand.c')
-rw-r--r--drivers/mtd/nand/cs553x_nand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/cs553x_nand.c b/drivers/mtd/nand/cs553x_nand.c
index 94924d5..8296305 100644
--- a/drivers/mtd/nand/cs553x_nand.c
+++ b/drivers/mtd/nand/cs553x_nand.c
@@ -11,7 +11,7 @@
* published by the Free Software Foundation.
*
* Overview:
- * This is a device driver for the NAND flash controller found on
+ * This is a device driver for the NAND flash controller found on
* the AMD CS5535/CS5536 companion chipsets for the Geode processor.
*
*/
@@ -303,7 +303,7 @@ static int __init cs553x_init(void)
err = cs553x_init_one(i, !!(val & FLSH_MEM_IO), val & 0xFFFFFFFF);
}
- /* Register all devices together here. This means we can easily hack it to
+ /* Register all devices together here. This means we can easily hack it to
do mtdconcat etc. if we want to. */
for (i = 0; i < NR_CS553X_CONTROLLERS; i++) {
if (cs553x_mtd[i]) {