Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix more "deprecated" spellos.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Randy Dunlap and committed by
Adrian Bunk
8b60756a 1591275c

+4 -4
+2 -2
Documentation/fb/aty128fb.txt
··· 54 54 55 55 noaccel - do not use acceleration engine. It is default. 56 56 accel - use acceleration engine. Not finished. 57 - vmode:x - chooses PowerMacintosh video mode <x>. Depreciated. 58 - cmode:x - chooses PowerMacintosh colour mode <x>. Depreciated. 57 + vmode:x - chooses PowerMacintosh video mode <x>. Deprecated. 58 + cmode:x - chooses PowerMacintosh colour mode <x>. Deprecated. 59 59 <XxX@X> - selects startup videomode. See modedb.txt for detailed 60 60 explanation. Default is 640x480x8bpp. 61 61
+1 -1
Documentation/filesystems/proc.txt
··· 229 229 mounts Mounted filesystems 230 230 net Networking info (see text) 231 231 partitions Table of partitions known to the system 232 - pci Depreciated info of PCI bus (new way -> /proc/bus/pci/, 232 + pci Deprecated info of PCI bus (new way -> /proc/bus/pci/, 233 233 decoupled by lspci (2.4) 234 234 rtc Real time clock 235 235 scsi SCSI info (see text)
+1 -1
drivers/pci/pci-driver.c
··· 119 119 * system is in its list of supported devices. Returns the matching 120 120 * pci_device_id structure or %NULL if there is no match. 121 121 * 122 - * Depreciated, don't use this as it will not catch any dynamic ids 122 + * Deprecated, don't use this as it will not catch any dynamic ids 123 123 * that a driver might want to check for. 124 124 */ 125 125 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,