mtd/drivers/mtd/devices phram.c,1.9,1.10

joern at infradead.org joern at infradead.org
Fri Dec 10 12:53:16 EST 2004


Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/home/joern/mtd/drivers/mtd/devices

Modified Files:
	phram.c 
Log Message:
o Fix a typo.
o Pick a saner example.



Index: phram.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/phram.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- phram.c	10 Dec 2004 17:49:18 -0000	1.9
+++ phram.c	10 Dec 2004 17:53:13 -0000	1.10
@@ -14,7 +14,7 @@
  * gigabytes.
  *
  * Example:
- *	phram=swap,896Mi,110Mi phram=test,1006Mi,1Mi
+ *	phram=swap,64Mi,128Mi phram=test,900Mi,1Mi
  *
  */
 
@@ -264,7 +264,7 @@
 }
 
 module_param_call(phram, phram_setup, NULL, NULL, 000);
-MODULE_PARM_DESC(phram, "Memory region to map. \"map=<name>,<start><length>\"");
+MODULE_PARM_DESC(phram,"Memory region to map. \"map=<name>,<start>,<length>\"");
 
 
 static int __init init_phram(void)





More information about the linux-mtd-cvs mailing list