From c712b2344e47101df11f46997508bf96b9f4e24e Mon Sep 17 00:00:00 2001 From: Joern Engel Date: Tue, 23 May 2006 19:53:16 +0200 Subject: s/oobblock/writesize/g Follow the kernel in the rename. Signed-off-by: Joern Engel --- mtd_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mtd_debug.c') 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); -- cgit v1.2.3