summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/onenand
diff options
context:
space:
mode:
authorDavid Woodhouse2006-11-30 09:17:38 +0100
committerDavid Woodhouse2006-11-30 09:17:38 +0100
commitc9ac5977299dd106ddb759e7e10035770dff185b (patch)
tree516a5bce7204718c958ef083c1ad3435b6b5907a /drivers/mtd/onenand
parent[MTD] Use EXPORT_SYMBOL_GPL() for exported symbols. (diff)
downloadkernel-qcow2-linux-c9ac5977299dd106ddb759e7e10035770dff185b.tar.gz
kernel-qcow2-linux-c9ac5977299dd106ddb759e7e10035770dff185b.tar.xz
kernel-qcow2-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/onenand')
-rw-r--r--drivers/mtd/onenand/onenand_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base.c
index fc84ddc4987f..c48aa79ef5c9 100644
--- a/drivers/mtd/onenand/onenand_base.c
+++ b/drivers/mtd/onenand/onenand_base.c
@@ -406,7 +406,7 @@ static int onenand_try_interrupt_wait(struct mtd_info *mtd, int state)
/* Release the irq */
free_irq(this->irq, this);
-
+
this->wait = onenand_wait;
}