summaryrefslogtreecommitdiff
path: root/fs/yaffs2/yaffs_ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/yaffs2/yaffs_ecc.c')
-rw-r--r--fs/yaffs2/yaffs_ecc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/yaffs2/yaffs_ecc.c b/fs/yaffs2/yaffs_ecc.c
index 9294107c150..0860a3c7843 100644
--- a/fs/yaffs2/yaffs_ecc.c
+++ b/fs/yaffs2/yaffs_ecc.c
@@ -67,7 +67,6 @@ static const unsigned char column_parity_table[] = {
0x69, 0x3c, 0x30, 0x65, 0x0c, 0x59, 0x55, 0x00,
};
-
/* Calculate the ECC for a 256-byte block of data */
void yaffs_ecc_calc(const unsigned char *data, unsigned char *ecc)
{