提交 f5b88de2 编写于 作者: B Brian Norris

mtd: nand: fix trivial spelling error

Introduced by commit fde85cfd ("mtd: nand: Fix nand_command_lp() for
8bits opcodes") and I didn't have the heart to have Boris rewrite his
pull request just for that. Anyway, there's some value in having stable
commit hashes.
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
上级 1e2da4ad
...@@ -746,7 +746,7 @@ static void nand_command_lp(struct mtd_info *mtd, unsigned int command, ...@@ -746,7 +746,7 @@ static void nand_command_lp(struct mtd_info *mtd, unsigned int command,
chip->cmd_ctrl(mtd, column, ctrl); chip->cmd_ctrl(mtd, column, ctrl);
ctrl &= ~NAND_CTRL_CHANGE; ctrl &= ~NAND_CTRL_CHANGE;
/* Only ouput a single addr cycle for 8bits opcodes. */ /* Only output a single addr cycle for 8bits opcodes. */
if (!nand_opcode_8bits(command)) if (!nand_opcode_8bits(command))
chip->cmd_ctrl(mtd, column >> 8, ctrl); chip->cmd_ctrl(mtd, column >> 8, ctrl);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册