summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/diskonchip.c
diff options
context:
space:
mode:
authorLucas De Marchi2011-04-27 08:28:26 +0200
committerLucas De Marchi2011-04-27 08:31:11 +0200
commite9c549998dc24209847007e1f209f3b6c88d21ba (patch)
tree0f52fcbe1dfa158349afc6ad2edaa6738615dc3b /drivers/mtd/nand/diskonchip.c
parentLinux 2.6.39-rc5 (diff)
downloadkernel-qcow2-linux-e9c549998dc24209847007e1f209f3b6c88d21ba.tar.gz
kernel-qcow2-linux-e9c549998dc24209847007e1f209f3b6c88d21ba.tar.xz
kernel-qcow2-linux-e9c549998dc24209847007e1f209f3b6c88d21ba.zip
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/nand/diskonchip.c')
-rw-r--r--drivers/mtd/nand/diskonchip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/diskonchip.c b/drivers/mtd/nand/diskonchip.c
index 96c0b34ba8db..657b9f4b6f9b 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);