summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-05-28 07:31:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-05-28 07:31:26 +0000
commit15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021 (patch)
tree789842eedad6b065fd85fe7bca8c050218f4e42b /target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
parent3f229c34150fe76cfd118d5c8923f074fa74fb78 (diff)
downloadmaster-31e0f0ae-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.tar.gz
master-31e0f0ae-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.tar.bz2
master-31e0f0ae-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.zip
nuke trailing whitespaces in the yaffs code
SVN-Revision: 11277
Diffstat (limited to 'target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c')
-rw-r--r--target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
index 6e2a9de222..466e5a44c6 100644
--- a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
+++ b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c
@@ -172,7 +172,7 @@ int nandmtd_ReadChunkFromNAND(yaffs_Device * dev, int chunkInNAND, __u8 * data,
__u8 *spareAsBytes = (__u8 *) spare;
if (data && spare) {
- if (dev->useNANDECC) {
+ if (dev->useNANDECC) {
/* Careful, this call adds 2 ints */
/* to the end of the spare data. Calling function */
/* should allocate enough memory for spare, */