[PATCH] [MTD] UBI: fix parameter description of mtd_read

Timo Lindhorst lindhors at linux.vnet.ibm.com
Mon Feb 12 04:15:37 EST 2007


Fix the parameter description of mtd_read in io.c

Signed-off-by: Timo Lindhorst <lindhors at linux.vnet.ibm.com>
---
 drivers/mtd/ubi/io.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- ubi-2.6.git.orig/drivers/mtd/ubi/io.c
+++ ubi-2.6.git/drivers/mtd/ubi/io.c
@@ -66,7 +66,7 @@ static int paranoid_check_all_ff(const s
 /**
  * mtd_read - read data from flash.
  *
- * @ubi: the UBI device description object
+ * @io: I/O unit description object
  * @buf: a buffer where to store the read data
  * @pnum: physical eraseblock number to read from
  * @offset: offset to read from




More information about the linux-mtd mailing list