diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-04-26 23:28:26 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-04-26 23:31:11 -0700 |
commit | e9c549998dc24209847007e1f209f3b6c88d21ba (patch) | |
tree | 0f52fcbe1dfa158349afc6ad2edaa6738615dc3b /drivers/mtd | |
parent | 8e10cd74342c7f5ce259cceca36f6eba084f5d58 (diff) | |
download | op-kernel-dev-e9c549998dc24209847007e1f209f3b6c88d21ba.zip op-kernel-dev-e9c549998dc24209847007e1f209f3b6c88d21ba.tar.gz |
Revert wrong fixes for common misspellings
These changes were incorrectly fixed by codespell. They were now
manually corrected.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/diskonchip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/diskonchip.c b/drivers/mtd/nand/diskonchip.c index 96c0b34..657b9f4 100644 --- a/drivers/mtd/nand/diskonchip.c +++ b/drivers/mtd/nand/diskonchip.c @@ -400,7 +400,7 @@ static uint16_t __init doc200x_ident_chip(struct mtd_info *mtd, int nr) doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); - /* We can't' use dev_ready here, but at least we wait for the + /* We can't use dev_ready here, but at least we wait for the * command to complete */ udelay(50); |