aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/mtx-1_flash.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2005-11-07 11:15:40 +0000
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-07 15:01:58 +0100
commit69f34c98c1416eb74c55e38a21dbf3e294966514 (patch)
tree956f39f06463b026f293347b47de812fc3b6545f /drivers/mtd/maps/mtx-1_flash.c
parent[MTD] chips: Clean up trailing white spaces (diff)
downloadlinux-dev-69f34c98c1416eb74c55e38a21dbf3e294966514.tar.xz
linux-dev-69f34c98c1416eb74c55e38a21dbf3e294966514.zip
[MTD] maps: Clean up trailing white spaces
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/mtx-1_flash.c')
-rw-r--r--drivers/mtd/maps/mtx-1_flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/maps/mtx-1_flash.c b/drivers/mtd/maps/mtx-1_flash.c
index 43f4416a611a..d1e66e186746 100644
--- a/drivers/mtd/maps/mtx-1_flash.c
+++ b/drivers/mtd/maps/mtx-1_flash.c
@@ -1,7 +1,7 @@
/*
* Flash memory access on 4G Systems MTX-1 boards
*
- * $Id: mtx-1_flash.c,v 1.1 2005/09/18 10:46:41 joern Exp $
+ * $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $
*
* (C) 2005 Bruno Randolf <bruno.randolf@4g-systems.biz>
* (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de>
@@ -66,7 +66,7 @@ int __init mtx1_mtd_init(void)
mtx1_mtd->owner = THIS_MODULE;
- ret = add_mtd_partitions(mtx1_mtd, mtx1_partitions,
+ ret = add_mtd_partitions(mtx1_mtd, mtx1_partitions,
ARRAY_SIZE(mtx1_partitions));
if (ret)
goto err;