[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>
This commit is contained in:
David Woodhouse 2006-11-30 08:17:38 +00:00
parent dd36f26735
commit c9ac597729
9 changed files with 539 additions and 540 deletions

View File

@ -60,7 +60,6 @@ struct cafe_priv {
int page_addr; int page_addr;
dma_addr_t dmaaddr; dma_addr_t dmaaddr;
unsigned char *dmabuf; unsigned char *dmabuf;
}; };
static int usedma = 1; static int usedma = 1;