summaryrefslogtreecommitdiff
path: root/yaffs_mtdif.c
diff options
context:
space:
mode:
authorwookey <wookey>2007-12-13 15:35:17 +0000
committerwookey <wookey>2007-12-13 15:35:17 +0000
commita4d9ea92251deb3c1389e3e3443faf4341f817db (patch)
tree42b781a6d476469bdffb171d314474d6022fd361 /yaffs_mtdif.c
parent443554816b244a3ca95741ef3380d3b045ee250c (diff)
Cleanup patch - Remove all trailing whitespace and fix a few typos.
Diffstat (limited to 'yaffs_mtdif.c')
-rw-r--r--yaffs_mtdif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaffs_mtdif.c b/yaffs_mtdif.c
index a1025a1..4888b96 100644
--- a/yaffs_mtdif.c
+++ b/yaffs_mtdif.c
@@ -12,7 +12,7 @@
*/
const char *yaffs_mtdif_c_version =
- "$Id: yaffs_mtdif.c,v 1.20 2007-12-12 18:08:15 colin Exp $";
+ "$Id: yaffs_mtdif.c,v 1.21 2007-12-13 15:35:18 wookey Exp $";
#include "yportenv.h"
@@ -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, */