diff options
Diffstat (limited to 'fs/jffs2/jffs2_private.h')
| -rw-r--r-- | fs/jffs2/jffs2_private.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/fs/jffs2/jffs2_private.h b/fs/jffs2/jffs2_private.h index 3e1fff473..46ed644e4 100644 --- a/fs/jffs2/jffs2_private.h +++ b/fs/jffs2/jffs2_private.h @@ -89,8 +89,8 @@ static inline int  data_crc(struct jffs2_raw_inode *node)  {  	if (node->data_crc != crc32_no_comp(0, (unsigned char *) -                                            ((int) &node->node_crc + sizeof (node->node_crc)), -                                             node->csize)) { +					    ((int) &node->node_crc + sizeof (node->node_crc)), +					     node->csize)) {  		return 0;  	} else {  		return 1; |