From 512f1628d2757d5103315dcc896b8b402b7b3b04 Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 28 May 2008 07:31:26 +0000 Subject: [kernel] nuke trailing whitespaces in the yaffs code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11277 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_mtdif.c') 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 6e2a9de22..466e5a44c 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, */ -- cgit v1.2.3