diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-11-30 03:17:38 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-11-30 03:17:38 -0500 |
commit | c9ac5977299dd106ddb759e7e10035770dff185b (patch) | |
tree | 516a5bce7204718c958ef083c1ad3435b6b5907a /drivers/mtd/onenand/onenand_base.c | |
parent | dd36f2673573fc027945d488342f2f70664f0448 (diff) |
[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/onenand_base.c')
-rw-r--r-- | drivers/mtd/onenand/onenand_base.c | 2 |
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) | |||
406 | 406 | ||
407 | /* Release the irq */ | 407 | /* Release the irq */ |
408 | free_irq(this->irq, this); | 408 | free_irq(this->irq, this); |
409 | 409 | ||
410 | this->wait = onenand_wait; | 410 | this->wait = onenand_wait; |
411 | } | 411 | } |
412 | 412 | ||