diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-09 01:18:01 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 01:18:01 -0400 |
commit | 1591275cb57bc5df7ff59774b85c8af84bc45e87 (patch) | |
tree | 3253ef16c4f450d5a4dee39506e69be4036fd4e6 /include/asm-arm26 | |
parent | beb7dd86a101263bf63a78c7c6d4da3849b35bd6 (diff) |
Fix "deprecated" typoes.
Fix remaining misspellings of "depreciated" to "deprecated."
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/asm-arm26')
-rw-r--r-- | include/asm-arm26/io.h | 2 | ||||
-rw-r--r-- | include/asm-arm26/memory.h | 4 | ||||
-rw-r--r-- | include/asm-arm26/setup.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-arm26/io.h b/include/asm-arm26/io.h index 2aa033bd0678..a5a7a4d5e09c 100644 --- a/include/asm-arm26/io.h +++ b/include/asm-arm26/io.h | |||
@@ -321,7 +321,7 @@ DECLARE_IO(int,l,"") | |||
321 | 321 | ||
322 | #define mmiowb() | 322 | #define mmiowb() |
323 | 323 | ||
324 | /* the following macro is depreciated */ | 324 | /* the following macro is deprecated */ |
325 | #define ioaddr(port) __ioaddr((port)) | 325 | #define ioaddr(port) __ioaddr((port)) |
326 | 326 | ||
327 | /* | 327 | /* |
diff --git a/include/asm-arm26/memory.h b/include/asm-arm26/memory.h index a65f10b80dfb..7c1e5be39060 100644 --- a/include/asm-arm26/memory.h +++ b/include/asm-arm26/memory.h | |||
@@ -60,7 +60,7 @@ static inline void *phys_to_virt(unsigned long x) | |||
60 | /* | 60 | /* |
61 | * Virtual <-> DMA view memory address translations | 61 | * Virtual <-> DMA view memory address translations |
62 | * Again, these are *only* valid on the kernel direct mapped RAM | 62 | * Again, these are *only* valid on the kernel direct mapped RAM |
63 | * memory. Use of these is *depreciated*. | 63 | * memory. Use of these is *deprecated*. |
64 | */ | 64 | */ |
65 | #define virt_to_bus(x) ((unsigned long)(x)) | 65 | #define virt_to_bus(x) ((unsigned long)(x)) |
66 | #define bus_to_virt(x) ((void *)((unsigned long)(x))) | 66 | #define bus_to_virt(x) ((void *)((unsigned long)(x))) |
@@ -93,7 +93,7 @@ static inline void *phys_to_virt(unsigned long x) | |||
93 | #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) | 93 | #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) |
94 | 94 | ||
95 | /* | 95 | /* |
96 | * We should really eliminate virt_to_bus() here - it's depreciated. | 96 | * We should really eliminate virt_to_bus() here - it's deprecated. |
97 | */ | 97 | */ |
98 | #define page_to_bus(page) (page_address(page)) | 98 | #define page_to_bus(page) (page_address(page)) |
99 | 99 | ||
diff --git a/include/asm-arm26/setup.h b/include/asm-arm26/setup.h index 1a867b4e8d53..10fd07c76662 100644 --- a/include/asm-arm26/setup.h +++ b/include/asm-arm26/setup.h | |||
@@ -70,7 +70,7 @@ struct tag_ramdisk { | |||
70 | /* describes where the compressed ramdisk image lives */ | 70 | /* describes where the compressed ramdisk image lives */ |
71 | /* | 71 | /* |
72 | * this one accidentally used virtual addresses - as such, | 72 | * this one accidentally used virtual addresses - as such, |
73 | * its depreciated. | 73 | * it's deprecated. |
74 | */ | 74 | */ |
75 | #define ATAG_INITRD 0x54410005 | 75 | #define ATAG_INITRD 0x54410005 |
76 | 76 | ||