diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-11-30 09:17:38 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-11-30 09:17:38 +0100 |
commit | c9ac5977299dd106ddb759e7e10035770dff185b (patch) | |
tree | 516a5bce7204718c958ef083c1ad3435b6b5907a /drivers/mtd/maps/nettel.c | |
parent | [MTD] Use EXPORT_SYMBOL_GPL() for exported symbols. (diff) | |
download | linux-c9ac5977299dd106ddb759e7e10035770dff185b.tar.xz linux-c9ac5977299dd106ddb759e7e10035770dff185b.zip |
[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/maps/nettel.c')
-rw-r--r-- | drivers/mtd/maps/nettel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/nettel.c b/drivers/mtd/maps/nettel.c index 528e523245c2..9f53c655af3a 100644 --- a/drivers/mtd/maps/nettel.c +++ b/drivers/mtd/maps/nettel.c @@ -472,7 +472,7 @@ out_unmap2: iounmap(nettel_amd_map.virt); return(rc); - + } /****************************************************************************/ |