Commit 8b60756a628a73bc8bf8b59d8716cb3f09b7e7eb

Authored by Randy Dunlap
Committed by Adrian Bunk
1 parent 1591275cb5

Fix more "deprecated" spellos.

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

Showing 3 changed files with 4 additions and 4 deletions Side-by-side Diff

Documentation/fb/aty128fb.txt
... ... @@ -54,8 +54,8 @@
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  
Documentation/filesystems/proc.txt
... ... @@ -229,7 +229,7 @@
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)
drivers/pci/pci-driver.c
... ... @@ -119,7 +119,7 @@
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,