diff options
author | Gilles Espinasse <g.esp@free.fr> | 2011-01-09 02:59:49 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 10:30:10 -0500 |
commit | 177b241d0ed7154417d3510695c6d14107591e80 (patch) | |
tree | 48d49d029d3486f76cbf202a24c05f3f2b57e1ed /drivers/mtd | |
parent | 689bca3bbccd41be7b256e2227ff2fd0d7aed4ee (diff) |
kbuild, mtd, net: a few comment typo fixes and rewording
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/mxc_nand.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index ef932ba55a0b..5ae1d9ee2cf1 100644 --- a/drivers/mtd/nand/mxc_nand.c +++ b/drivers/mtd/nand/mxc_nand.c | |||
@@ -722,9 +722,8 @@ static void mxc_do_addr_cycle(struct mtd_info *mtd, int column, int page_addr) | |||
722 | /* | 722 | /* |
723 | * MXC NANDFC can only perform full page+spare or | 723 | * MXC NANDFC can only perform full page+spare or |
724 | * spare-only read/write. When the upper layers | 724 | * spare-only read/write. When the upper layers |
725 | * layers perform a read/write buf operation, | 725 | * perform a read/write buf operation, the saved column |
726 | * we will used the saved column address to index into | 726 | * address is used to index into the full page. |
727 | * the full page. | ||
728 | */ | 727 | */ |
729 | host->send_addr(host, 0, page_addr == -1); | 728 | host->send_addr(host, 0, page_addr == -1); |
730 | if (mtd->writesize > 512) | 729 | if (mtd->writesize > 512) |