projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93ff6b
)
mtd: nand: fix a typo in a commentary
author
Jason Liu
<r64343@freescale.com>
Fri, 25 Feb 2011 05:06:18 +0000
(13:06 +0800)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Fri, 11 Mar 2011 14:22:47 +0000
(14:22 +0000)
Signed-off-by: Jason Liu <r64343@freescale.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/nand/nand_base.c
b/drivers/mtd/nand/nand_base.c
index a9c6ce745767a471520c952281809cd374891766..da7604050347c200ee3b7f6bdc7fa091f1bb3bc5 100644
(file)
--- a/
drivers/mtd/nand/nand_base.c
+++ b/
drivers/mtd/nand/nand_base.c
@@
-2377,7
+2377,7
@@
static int nand_do_write_oob(struct mtd_info *mtd, loff_t to,
return -EINVAL;
}
- /* Do not allow
reads
past end of device */
+ /* Do not allow
write
past end of device */
if (unlikely(to >= mtd->size ||
ops->ooboffs + ops->ooblen >
((mtd->size >> chip->page_shift) -