Commit 4cbe1bf0 authored by Vipin Kumar's avatar Vipin Kumar Committed by David Woodhouse

mtd: nand/fsmc: Correct the multiline comment format

Signed-off-by: default avatarVipin Kumar <vipin.kumar@st.com>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 04f16852
...@@ -545,10 +545,10 @@ static int fsmc_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, ...@@ -545,10 +545,10 @@ static int fsmc_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip,
group++; group++;
/* /*
* length is intentionally kept a higher multiple of 2 * length is intentionally kept a higher multiple of 2
* to read at least 13 bytes even in case of 16 bit NAND * to read at least 13 bytes even in case of 16 bit NAND
* devices * devices
*/ */
len = roundup(len, 2); len = roundup(len, 2);
chip->cmdfunc(mtd, NAND_CMD_READOOB, off, page); chip->cmdfunc(mtd, NAND_CMD_READOOB, off, page);
chip->read_buf(mtd, oob + j, len); chip->read_buf(mtd, oob + j, len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment