mtd/drivers/mtd/nand Kconfig,1.28,1.29 nandsim.c,1.10,1.11
Artem Bityuckiy
dedekind at infradead.org
Mon May 23 08:51:07 EDT 2005
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv21412
Modified Files:
Kconfig nandsim.c
Log Message:
s/nanodeconds/nanoseconds/
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Kconfig 23 May 2005 10:12:10 -0000 1.28
+++ Kconfig 23 May 2005 12:51:04 -0000 1.29
@@ -268,13 +268,13 @@
depends on MTD_NAND_NANDSIM_DELAY
config MTD_NAND_NANDSIM_OUTPUT_CYCLE
- int "Word output (from flash) cicle time (nanodeconds)"
+ int "Word output (from flash) cicle time (nanoseconds)"
default 40
depends on MTD_NAND_NANDSIM_DELAY
config MTD_NAND_NANDSIM_INPUT_CYCLE
- int "Word input (to flash) time (nanodeconds)"
+ int "Word input (to flash) time (nanoseconds)"
default 50
depends on MTD_NAND_NANDSIM_DELAY
Index: nandsim.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nandsim.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nandsim.c 23 May 2005 10:12:10 -0000 1.10
+++ nandsim.c 23 May 2005 12:51:04 -0000 1.11
@@ -130,8 +130,8 @@
MODULE_PARM_DESC(access_delay, "Initial page access delay (microiseconds)");
MODULE_PARM_DESC(programm_delay, "Page programm delay (microseconds");
MODULE_PARM_DESC(erase_delay, "Sector erase delay (milliseconds)");
-MODULE_PARM_DESC(output_cycle, "Word output (from flash) time (nanodeconds)");
-MODULE_PARM_DESC(input_cycle, "Word input (to flash) time (nanodeconds)");
+MODULE_PARM_DESC(output_cycle, "Word output (from flash) time (nanoseconds)");
+MODULE_PARM_DESC(input_cycle, "Word input (to flash) time (nanoseconds)");
MODULE_PARM_DESC(bus_width, "Chip's bus width (8- or 16-bit)");
MODULE_PARM_DESC(do_delays, "Simulate NAND delays using busy-waits if not zero");
MODULE_PARM_DESC(log, "Perform logging if not zero");
More information about the linux-mtd-cvs
mailing list