diff options
author | Vipin Kumar <vipin.kumar@st.com> | 2012-03-14 11:47:09 +0530 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-03-27 00:58:05 +0100 |
commit | 4cbe1bf07a4dfc3ec2d81c4e8aee832384997bc4 (patch) | |
tree | 35dc9d6d99146ac24c71595f9230fbc1f210b36b /drivers/mtd | |
parent | 04f168524e4b13205404fb46337312c8023d934e (diff) | |
download | talos-op-linux-4cbe1bf07a4dfc3ec2d81c4e8aee832384997bc4.tar.gz talos-op-linux-4cbe1bf07a4dfc3ec2d81c4e8aee832384997bc4.zip |
mtd: nand/fsmc: Correct the multiline comment format
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>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/fsmc_nand.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mtd/nand/fsmc_nand.c b/drivers/mtd/nand/fsmc_nand.c index 21d8393d85c4..902ba0d9c32d 100644 --- a/drivers/mtd/nand/fsmc_nand.c +++ b/drivers/mtd/nand/fsmc_nand.c @@ -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); |