Commit 405bbe9f authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Adrian Bunk

Typo: depricated -> deprecated

Typo: depricated -> deprecated
Signed-off-by: default avatarRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent c0fe2e69
...@@ -52,7 +52,7 @@ config ACPI_PROCFS ...@@ -52,7 +52,7 @@ config ACPI_PROCFS
depends on PROC_FS depends on PROC_FS
---help--- ---help---
For backwards compatibility, this option allows For backwards compatibility, this option allows
depricated /proc/acpi/ files to exist, even when deprecated /proc/acpi/ files to exist, even when
they have been replaced by functions in /sys. they have been replaced by functions in /sys.
The deprecated files (and their replacements) include: The deprecated files (and their replacements) include:
......
...@@ -996,7 +996,7 @@ static int __devinit natsemi_probe1 (struct pci_dev *pdev, ...@@ -996,7 +996,7 @@ static int __devinit natsemi_probe1 (struct pci_dev *pdev,
a delay. Note that pre-2.0.34 kernels had a cache-alignment bug that a delay. Note that pre-2.0.34 kernels had a cache-alignment bug that
made udelay() unreliable. made udelay() unreliable.
The old method of using an ISA access as a delay, __SLOW_DOWN_IO__, is The old method of using an ISA access as a delay, __SLOW_DOWN_IO__, is
depricated. deprecated.
*/ */
#define eeprom_delay(ee_addr) readl(ee_addr) #define eeprom_delay(ee_addr) readl(ee_addr)
......
...@@ -483,7 +483,7 @@ static int __devinit w840_probe1 (struct pci_dev *pdev, ...@@ -483,7 +483,7 @@ static int __devinit w840_probe1 (struct pci_dev *pdev,
a delay. Note that pre-2.0.34 kernels had a cache-alignment bug that a delay. Note that pre-2.0.34 kernels had a cache-alignment bug that
made udelay() unreliable. made udelay() unreliable.
The old method of using an ISA access as a delay, __SLOW_DOWN_IO__, is The old method of using an ISA access as a delay, __SLOW_DOWN_IO__, is
depricated. deprecated.
*/ */
#define eeprom_delay(ee_addr) ioread32(ee_addr) #define eeprom_delay(ee_addr) ioread32(ee_addr)
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
(struct cdrom_multisession) */ (struct cdrom_multisession) */
#define CDROM_GET_MCN 0x5311 /* Obtain the "Universal Product Code" #define CDROM_GET_MCN 0x5311 /* Obtain the "Universal Product Code"
if available (struct cdrom_mcn) */ if available (struct cdrom_mcn) */
#define CDROM_GET_UPC CDROM_GET_MCN /* This one is depricated, #define CDROM_GET_UPC CDROM_GET_MCN /* This one is deprecated,
but here anyway for compatibility */ but here anyway for compatibility */
#define CDROMRESET 0x5312 /* hard-reset the drive */ #define CDROMRESET 0x5312 /* hard-reset the drive */
#define CDROMVOLREAD 0x5313 /* Get the drive's volume setting #define CDROMVOLREAD 0x5313 /* Get the drive's volume setting
...@@ -506,7 +506,7 @@ struct cdrom_generic_command ...@@ -506,7 +506,7 @@ struct cdrom_generic_command
#define GPMODE_TO_PROTECT_PAGE 0x1d #define GPMODE_TO_PROTECT_PAGE 0x1d
#define GPMODE_CAPABILITIES_PAGE 0x2a #define GPMODE_CAPABILITIES_PAGE 0x2a
#define GPMODE_ALL_PAGES 0x3f #define GPMODE_ALL_PAGES 0x3f
/* Not in Mt. Fuji, but in ATAPI 2.6 -- depricated now in favor /* Not in Mt. Fuji, but in ATAPI 2.6 -- deprecated now in favor
* of MODE_SENSE_POWER_PAGE */ * of MODE_SENSE_POWER_PAGE */
#define GPMODE_CDROM_PAGE 0x0d #define GPMODE_CDROM_PAGE 0x0d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment