diff options
author | Gilles Espinasse <g.esp@free.fr> | 2011-01-09 08:59:49 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 16:30:10 +0100 |
commit | 177b241d0ed7154417d3510695c6d14107591e80 (patch) | |
tree | 48d49d029d3486f76cbf202a24c05f3f2b57e1ed /drivers/mtd | |
parent | 689bca3bbccd41be7b256e2227ff2fd0d7aed4ee (diff) | |
download | op-kernel-dev-177b241d0ed7154417d3510695c6d14107591e80.zip op-kernel-dev-177b241d0ed7154417d3510695c6d14107591e80.tar.gz |
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 ef932ba..5ae1d9e 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) /* * MXC NANDFC can only perform full page+spare or * spare-only read/write. When the upper layers - * layers perform a read/write buf operation, - * we will used the saved column address to index into - * the full page. + * perform a read/write buf operation, the saved column + * address is used to index into the full page. */ host->send_addr(host, 0, page_addr == -1); if (mtd->writesize > 512) |