diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-11-30 08:17:38 +0000 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-11-30 08:17:38 +0000 |
commit | c9ac5977299dd106ddb759e7e10035770dff185b (patch) | |
tree | 516a5bce7204718c958ef083c1ad3435b6b5907a /drivers/mtd/nand/s3c2410.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/nand/s3c2410.c')
-rw-r--r-- | drivers/mtd/nand/s3c2410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c index ff5cef24d5b..8b3203571ee 100644 --- a/drivers/mtd/nand/s3c2410.c +++ b/drivers/mtd/nand/s3c2410.c @@ -283,7 +283,7 @@ static void s3c2410_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) { struct s3c2410_nand_info *info = s3c2410_nand_mtd_toinfo(mtd); - + if (cmd == NAND_CMD_NONE) return; |