mtd/drivers/mtd cmdlinepart.c,1.11,1.12

David Woodhouse dwmw2 at infradead.org
Thu Mar 18 03:43:18 EST 2004


Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv25676

Modified Files:
	cmdlinepart.c 
Log Message:
Be more explicit about what mtd_id is.


Index: cmdlinepart.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/cmdlinepart.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cmdlinepart.c	23 Oct 2003 08:32:45 -0000	1.11
+++ cmdlinepart.c	18 Mar 2004 08:43:14 -0000	1.12
@@ -10,7 +10,7 @@
  * mtdparts=<mtddef>[;<mtddef]
  * <mtddef>  := <mtd-id>:<partdef>[,<partdef>]
  * <partdef> := <size>[@offset][<name>][ro]
- * <mtd-id>  := unique id used in mapping driver/device
+ * <mtd-id>  := unique name used in mapping driver/device (mtd->name)
  * <size>    := standard linux memsize OR "-" to denote all remaining space
  * <name>    := '(' NAME ')'
  * 




More information about the linux-mtd-cvs mailing list