aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/gen_probe.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/chips/gen_probe.c
parent[MTD] Use EXPORT_SYMBOL_GPL() for exported symbols. (diff)
downloadlinux-dev-c9ac5977299dd106ddb759e7e10035770dff185b.tar.xz
linux-dev-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/chips/gen_probe.c')
-rw-r--r--drivers/mtd/chips/gen_probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/gen_probe.c b/drivers/mtd/chips/gen_probe.c
index 77843d560ae4..2eb696d7b97b 100644
--- a/drivers/mtd/chips/gen_probe.c
+++ b/drivers/mtd/chips/gen_probe.c
@@ -40,7 +40,7 @@ struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp)
if (mtd) {
if (mtd->size > map->size) {
printk(KERN_WARNING "Reducing visibility of %ldKiB chip to %ldKiB\n",
- (unsigned long)mtd->size >> 10,
+ (unsigned long)mtd->size >> 10,
(unsigned long)map->size >> 10);
mtd->size = map->size;
}