From: Pekon Gupta Date: Tue, 18 Mar 2014 13:26:43 +0000 (+0530) Subject: mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variable 'eccsi... X-Git-Tag: v3.15-rc1~65^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0a4d69e6758bfa5792e7c723a9220eb5be5a32;p=pandora-kernel.git mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variable 'eccsize' and 'ecc_vector_size' renaming following variables as they cause confusion due to resemblence to another similar field in 'struct nand_ecc_ctrl' (nand_chip->ecc.size). renaming: ecc_vector_size --> ecc->bytes (info->nand.ecc.bytes) renaming: eccsize --> actual_eccbytes (info->nand.ecc.bytes - 1) for BCH4 and BCH8 Tested-by: Stefan Roese Signed-off-by: Pekon Gupta Signed-off-by: Brian Norris --- Reading git-diff-tree failed