summaryrefslogtreecommitdiff
path: root/mtd_debug.c
diff options
context:
space:
mode:
authorJoern Engel <joern@wh.fh-wedel.de>2006-05-23 19:53:16 +0200
committerJoern Engel <joern@wh.fh-wedel.de>2006-05-23 19:53:16 +0200
commitc712b2344e47101df11f46997508bf96b9f4e24e (patch)
treeeb7ae86d894680649cab648a9953992b6d5f6516 /mtd_debug.c
parent2e987daadc3363f4162942c9ae3973da5d031ea3 (diff)
s/oobblock/writesize/g
Follow the kernel in the rename. Signed-off-by: Joern Engel <joern@wh.fh-wedel.de>
Diffstat (limited to 'mtd_debug.c')
-rw-r--r--mtd_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mtd_debug.c b/mtd_debug.c
index 7d1223c..2a24177 100644
--- a/mtd_debug.c
+++ b/mtd_debug.c
@@ -319,8 +319,8 @@ int showinfo (int fd)
printf ("\nmtd.erasesize = ");
printsize (mtd.erasesize);
- printf ("\nmtd.oobblock = ");
- printsize (mtd.oobblock);
+ printf ("\nmtd.writesize = ");
+ printsize (mtd.writesize);
printf ("\nmtd.oobsize = ");
printsize (mtd.oobsize);