diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2005-11-07 06:15:40 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-07 09:01:58 -0500 |
commit | 69f34c98c1416eb74c55e38a21dbf3e294966514 (patch) | |
tree | 956f39f06463b026f293347b47de812fc3b6545f /drivers/mtd/maps/mtx-1_flash.c | |
parent | 1f948b43f7b5cf721cf0d03f507843efc1a9bfad (diff) |
[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.c | 4 |
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 @@ | |||
1 | /* | 1 | /* |
2 | * Flash memory access on 4G Systems MTX-1 boards | 2 | * Flash memory access on 4G Systems MTX-1 boards |
3 | * | 3 | * |
4 | * $Id: mtx-1_flash.c,v 1.1 2005/09/18 10:46:41 joern Exp $ | 4 | * $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $ |
5 | * | 5 | * |
6 | * (C) 2005 Bruno Randolf <bruno.randolf@4g-systems.biz> | 6 | * (C) 2005 Bruno Randolf <bruno.randolf@4g-systems.biz> |
7 | * (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de> | 7 | * (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de> |
@@ -66,7 +66,7 @@ int __init mtx1_mtd_init(void) | |||
66 | 66 | ||
67 | mtx1_mtd->owner = THIS_MODULE; | 67 | mtx1_mtd->owner = THIS_MODULE; |
68 | 68 | ||
69 | ret = add_mtd_partitions(mtx1_mtd, mtx1_partitions, | 69 | ret = add_mtd_partitions(mtx1_mtd, mtx1_partitions, |
70 | ARRAY_SIZE(mtx1_partitions)); | 70 | ARRAY_SIZE(mtx1_partitions)); |
71 | if (ret) | 71 | if (ret) |
72 | goto err; | 72 | goto err; |