提交 1591275c 编写于 作者: R Robert P. J. Day 提交者: Adrian Bunk

Fix "deprecated" typoes.

Fix remaining misspellings of "depreciated" to "deprecated."
Signed-off-by: NRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
上级 beb7dd86
...@@ -149,7 +149,7 @@ So, what's changed? ...@@ -149,7 +149,7 @@ So, what's changed?
3. set_GPIO_IRQ_edge() is obsolete, and should be replaced by set_irq_type. 3. set_GPIO_IRQ_edge() is obsolete, and should be replaced by set_irq_type.
4. Direct access to SA1111 INTPOL is depreciated. Use set_irq_type instead. 4. Direct access to SA1111 INTPOL is deprecated. Use set_irq_type instead.
5. A handler is expected to perform any necessary acknowledgement of the 5. A handler is expected to perform any necessary acknowledgement of the
parent IRQ via the correct chip specific function. For instance, if parent IRQ via the correct chip specific function. For instance, if
......
...@@ -140,7 +140,7 @@ config BAYCOM_SER_HDX ...@@ -140,7 +140,7 @@ config BAYCOM_SER_HDX
modems that connect to a serial interface. The driver supports the modems that connect to a serial interface. The driver supports the
ser12 design in half-duplex mode. This is the old driver. It is ser12 design in half-duplex mode. This is the old driver. It is
still provided in case your serial interface chip does not work with still provided in case your serial interface chip does not work with
the full-duplex driver. This driver is depreciated. To configure the full-duplex driver. This driver is deprecated. To configure
the driver, use the sethdlc utility available in the standard ax25 the driver, use the sethdlc utility available in the standard ax25
utilities package. For information on the modems, see utilities package. For information on the modems, see
<http://www.baycom.de/> and <http://www.baycom.de/> and
......
...@@ -3054,7 +3054,7 @@ static const iw_handler prism54_handler[] = { ...@@ -3054,7 +3054,7 @@ static const iw_handler prism54_handler[] = {
(iw_handler) prism54_set_wap, /* SIOCSIWAP */ (iw_handler) prism54_set_wap, /* SIOCSIWAP */
(iw_handler) prism54_get_wap, /* SIOCGIWAP */ (iw_handler) prism54_get_wap, /* SIOCGIWAP */
(iw_handler) NULL, /* -- hole -- */ (iw_handler) NULL, /* -- hole -- */
(iw_handler) NULL, /* SIOCGIWAPLIST depreciated */ (iw_handler) NULL, /* SIOCGIWAPLIST deprecated */
(iw_handler) prism54_set_scan, /* SIOCSIWSCAN */ (iw_handler) prism54_set_scan, /* SIOCSIWSCAN */
(iw_handler) prism54_get_scan, /* SIOCGIWSCAN */ (iw_handler) prism54_get_scan, /* SIOCGIWSCAN */
(iw_handler) prism54_set_essid, /* SIOCSIWESSID */ (iw_handler) prism54_set_essid, /* SIOCSIWESSID */
......
...@@ -321,7 +321,7 @@ DECLARE_IO(int,l,"") ...@@ -321,7 +321,7 @@ DECLARE_IO(int,l,"")
#define mmiowb() #define mmiowb()
/* the following macro is depreciated */ /* the following macro is deprecated */
#define ioaddr(port) __ioaddr((port)) #define ioaddr(port) __ioaddr((port))
/* /*
......
...@@ -60,7 +60,7 @@ static inline void *phys_to_virt(unsigned long x) ...@@ -60,7 +60,7 @@ static inline void *phys_to_virt(unsigned long x)
/* /*
* Virtual <-> DMA view memory address translations * Virtual <-> DMA view memory address translations
* Again, these are *only* valid on the kernel direct mapped RAM * Again, these are *only* valid on the kernel direct mapped RAM
* memory. Use of these is *depreciated*. * memory. Use of these is *deprecated*.
*/ */
#define virt_to_bus(x) ((unsigned long)(x)) #define virt_to_bus(x) ((unsigned long)(x))
#define bus_to_virt(x) ((void *)((unsigned long)(x))) #define bus_to_virt(x) ((void *)((unsigned long)(x)))
...@@ -93,7 +93,7 @@ static inline void *phys_to_virt(unsigned long x) ...@@ -93,7 +93,7 @@ static inline void *phys_to_virt(unsigned long x)
#define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
/* /*
* We should really eliminate virt_to_bus() here - it's depreciated. * We should really eliminate virt_to_bus() here - it's deprecated.
*/ */
#define page_to_bus(page) (page_address(page)) #define page_to_bus(page) (page_address(page))
......
...@@ -70,7 +70,7 @@ struct tag_ramdisk { ...@@ -70,7 +70,7 @@ struct tag_ramdisk {
/* describes where the compressed ramdisk image lives */ /* describes where the compressed ramdisk image lives */
/* /*
* this one accidentally used virtual addresses - as such, * this one accidentally used virtual addresses - as such,
* its depreciated. * it's deprecated.
*/ */
#define ATAG_INITRD 0x54410005 #define ATAG_INITRD 0x54410005
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册