mtd/drivers/mtd/devices Kconfig,1.11,1.12

David Woodhouse dwmw2 at infradead.org
Tue Aug 10 09:12:21 EDT 2004


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

Modified Files:
	Kconfig 
Log Message:
Depreciate De*pre"ci*ate, v. t. imp. & p. p. Depreciated;
   p. pr. & vb. n. Depreciating. L. depretiatus,
   depreciatus, p. p. of depretiare, -ciare, to depreciate; de-
   + pretiare to prize, fr. pretium price. See Price.
   To lessen in price or estimated value; to lower the worth of;
   to represent as of little value or claim to esteem; to
   undervalue. --Addison.

Deprecate Dep"re*cate (de^p"r-e*k=at), v. t. imp. & p.
   p. Deprecated (-k=a`te^d); p. pr. & vb. n.
   Deprecating (-k=a`ti^ng). L. deprecatus, p. p. of
   deprecari to avert by player, to deprecate; de- + precari to
   pray. See Pray.
   To pray against, as an evil; to seek to avert by prayer; to
   desire the removal of; to seek deliverance from; to express
   deep regret for; to disapprove of strongly.

I think we'll take the latter.


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/Kconfig,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Kconfig	26 Jul 2004 17:31:38 -0000	1.11
+++ Kconfig	10 Aug 2004 13:12:18 -0000	1.12
@@ -128,7 +128,7 @@
 comment "Disk-On-Chip Device Drivers"
 
 config MTD_DOC2000
-	tristate "M-Systems Disk-On-Chip 2000 and Millennium (DEPRECIATED)"
+	tristate "M-Systems Disk-On-Chip 2000 and Millennium (DEPRECATED)"
 	depends on MTD
 	---help---
 	  This provides an MTD device driver for the M-Systems DiskOnChip
@@ -144,12 +144,12 @@
 	  emulate a block device by using a kind of file system on the flash
 	  chips.
 
-	  NOTE: This driver is depreciated and will probably be removed soon.
+	  NOTE: This driver is deprecated and will probably be removed soon.
 	  Please try the new DiskOnChip driver under "NAND Flash Device
 	  Drivers".
 
 config MTD_DOC2001
-	tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECIATED)"
+	tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECATED)"
 	depends on MTD
 	---help---
 	  This provides an alternative MTD device driver for the M-Systems 
@@ -164,7 +164,7 @@
 	  emulate a block device by using a kind of file system on the flash
 	  chips.
 
-	  NOTE: This driver is depreciated and will probably be removed soon.
+	  NOTE: This driver is deprecated and will probably be removed soon.
 	  Please try the new DiskOnChip driver under "NAND Flash Device
 	  Drivers".
 
@@ -189,14 +189,14 @@
 	default m if MTD_DOC2001!=y && MTD_DOC2000!=y && MTD_DOC2001PLUS!=y && (MTD_DOC2001=m || MTD_DOC2000=m || MTD_DOC2001PLUS=m)
 	default y if MTD_DOC2001=y || MTD_DOC2000=y || MTD_DOC2001PLUS=y
 	help
-	  This isn't a real config option, it's derived.
+	  This isn't a real config option; it's derived.
 
 config MTD_DOCECC
 	tristate
 	default m if MTD_DOCPROBE!=y && MTD_NAND_DISKONCHIP!=y && (MTD_DOCPROBE=m || MTD_NAND_DISKONCHIP=m)
 	default y if MTD_DOCPROBE=y || MTD_NAND_DISKONCHIP=y
 	help
-	  This isn't a real config option, it's derived.
+	  This isn't a real config option; it's derived.
 
 config MTD_DOCPROBE_ADVANCED
 	bool "Advanced detection options for DiskOnChip"





More information about the linux-mtd-cvs mailing list