mtd: nand/fsmc: Correct the multiline comment format
authorVipin Kumar <vipin.kumar@st.com>
Wed, 14 Mar 2012 06:17:09 +0000 (11:47 +0530)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 26 Mar 2012 23:58:05 +0000 (00:58 +0100)
Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/fsmc_nand.c

index 21d8393..902ba0d 100644 (file)
@@ -545,10 +545,10 @@ static int fsmc_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip,
                        group++;
 
                        /*
-                       * length is intentionally kept a higher multiple of 2
-                       * to read at least 13 bytes even in case of 16 bit NAND
-                       * devices
-                       */
+                        * length is intentionally kept a higher multiple of 2
+                        * to read at least 13 bytes even in case of 16 bit NAND
+                        * devices
+                        */
                        len = roundup(len, 2);
                        chip->cmdfunc(mtd, NAND_CMD_READOOB, off, page);
                        chip->read_buf(mtd, oob + j, len);