]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] fix "deprecated" typos
authorRandy Dunlap <randy.dunlap@verizon.net>
Sun, 29 Dec 2002 08:01:53 +0000 (00:01 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 29 Dec 2002 08:01:53 +0000 (00:01 -0800)
This corrects the misspellings of "deprecated" in a few places.

drivers/video/aty128fb.c
include/asm-arm/arch-arc/io.h
include/asm-arm/arch-cl7500/io.h
include/asm-arm/arch-rpc/io.h
include/asm-arm/memory.h
include/asm-arm/setup.h
include/linux/ax25.h
net/ax25/af_ax25.c

index 69f2d8d618c3c0a2ed94d63a01bf37801fd56d88..5545dbdb50ac512e32e11e193050ffe223f2ca19 100644 (file)
@@ -1415,7 +1415,7 @@ aty128fb_setup(char *options)
                }
 #endif
 #ifdef CONFIG_ALL_PPC
-               /* vmode and cmode depreciated */
+               /* vmode and cmode deprecated */
                if (!strncmp(this_opt, "vmode:", 6)) {
                        unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0);
                        if (vmode > 0 && vmode <= VMODE_MAX)
index 11c9ce687ab49ce5132fb939452c3b2512bd5fcf..5aab0c88953ff5e4cde4ce14c2abf3f402f273de 100644 (file)
@@ -246,7 +246,7 @@ DECLARE_IO(int,l,"")
 #define outw(v,p)      (__builtin_constant_p((p)) ? __outwc(v,p) : __outw(v,p))
 #define outl(v,p)      (__builtin_constant_p((p)) ? __outlc(v,p) : __outl(v,p))
 #define __ioaddr(p)    (__builtin_constant_p((p)) ? __ioaddr(p)  : __ioaddrc(p))
-/* the following macro is depreciated */
+/* the following macro is deprecated */
 #define ioaddr(port)                   __ioaddr((port))
 
 /*
index 376ca94ebb9c33cfbf305dc8879f2076526242dc..16a926084d5f1be115d732a693de41930ab2d040 100644 (file)
@@ -236,7 +236,7 @@ DECLARE_IO(int,l,"")
 #define outw(v,p)      (__builtin_constant_p((p)) ? __outwc(v,p) : __outw(v,p))
 #define outl(v,p)      (__builtin_constant_p((p)) ? __outlc(v,p) : __outl(v,p))
 #define __ioaddr(p)    (__builtin_constant_p((p)) ? __ioaddr(p)  : __ioaddrc(p))
-/* the following macro is depreciated */
+/* the following macro is deprecated */
 #define ioaddr(port)                   __ioaddr((port))
 
 #endif
index cb39453f5c9ff17aae137a20119695216531935a..3a1c18ad63bb39bc215c3458acec00564355672b 100644 (file)
@@ -238,7 +238,7 @@ DECLARE_IO(int,l,"")
 #define outw(v,p)      (__builtin_constant_p((p)) ? __outwc(v,p) : __outw(v,p))
 #define outl(v,p)      (__builtin_constant_p((p)) ? __outlc(v,p) : __outl(v,p))
 #define __ioaddr(p)    (__builtin_constant_p((p)) ? __ioaddr(p)  : __ioaddrc(p))
-/* the following macro is depreciated */
+/* the following macro is deprecated */
 #define ioaddr(port)                   __ioaddr((port))
 
 #define insb(p,d,l)    __raw_readsb(__ioaddr(p),d,l)
index c936883e5f0e92a617b867e99bb4bbb69b08f9cc..38682a28d121ab394f341a7e33fe61a65fccee2d 100644 (file)
@@ -44,7 +44,7 @@ static inline void *phys_to_virt(unsigned long x)
 /*
  * Virtual <-> DMA view memory address translations
  * 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)         (__virt_to_bus((unsigned long)(x)))
 #define bus_to_virt(x)         ((void *)(__bus_to_virt((unsigned long)(x))))
@@ -109,7 +109,7 @@ static inline void *phys_to_virt(unsigned long x)
 #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)      (virt_to_bus(page_address(page)))
 
index 38f4ba0ecc676931fffa8002c9e303e46d36039f..f3319e9b4f29bd1dbe085e490ba2409775e0198a 100644 (file)
@@ -68,7 +68,7 @@ struct tag_ramdisk {
 /* describes where the compressed ramdisk image lives (virtual address) */
 /*
  * this one accidentally used virtual addresses - as such,
- * its depreciated.
+ * it's deprecated.
  */
 #define ATAG_INITRD    0x54410005
 
index 6dfc8fc9116da68be5c0191ab7dab16e77fdb3ff..56c11f0dbd808260e0430da2170595df83f5990e 100644 (file)
@@ -85,7 +85,7 @@ struct ax25_ctl_struct {
 };
 
 /* this will go away. Please do not export to user land */
-struct ax25_info_struct_depreciated {
+struct ax25_info_struct_deprecated {
        unsigned int    n2, n2count;
        unsigned int    t1, t1timer;
        unsigned int    t2, t2timer;
index 82a847128a31111271b0b66892db06b74247f74d..1eedb5ed6cb20858506476bc46352fee5b99ec9d 100644 (file)
@@ -1786,7 +1786,7 @@ static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
                                warned=1;
                        }
 
-                       if (copy_to_user((void *)arg, &ax25_info, sizeof(struct ax25_info_struct_depreciated))) {
+                       if (copy_to_user((void *)arg, &ax25_info, sizeof(struct ax25_info_struct_deprecated))) {
                                res = -EFAULT;
                                break;
                        }