diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-18 05:15:33 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-18 05:15:33 -0800 |
| commit | 2c632ed50092c2bb9418e57af708585f7f283896 (patch) | |
| tree | c97425e97f7b9fd2788bf0c22ac6dc213c023099 /include | |
| parent | 138be7c8b3d22d4f47c0719d74c500179c7d609b (diff) | |
[PATCH] spelling fix adress/addres -> address
This patch provides the following spelling fixes.
adress -> address
addres -> address
except for cases in two files which appear to be in French and German.
These were left as is.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-iop310/dma.h | 2 | ||||
| -rw-r--r-- | include/asm-m68knommu/mcfmbus.h | 2 | ||||
| -rw-r--r-- | include/asm-m68knommu/mcfpci.h | 2 | ||||
| -rw-r--r-- | include/asm-ppc/ppcboot.h | 2 | ||||
| -rw-r--r-- | include/asm-s390/cio.h | 2 | ||||
| -rw-r--r-- | include/asm-s390x/cio.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/include/asm-arm/arch-iop310/dma.h b/include/asm-arm/arch-iop310/dma.h index b7086571d121..45e157101977 100644 --- a/include/asm-arm/arch-iop310/dma.h +++ b/include/asm-arm/arch-iop310/dma.h @@ -69,7 +69,7 @@ typedef void (*dma_callback_t) (void *buf_context); */ typedef struct _dma_desc { - u32 NDAR; /* next descriptor adress */ + u32 NDAR; /* next descriptor address */ u32 PDAR; /* PCI address */ u32 PUADR; /* upper PCI address */ u32 LADR; /* local address */ diff --git a/include/asm-m68knommu/mcfmbus.h b/include/asm-m68knommu/mcfmbus.h index 3a9d30d8ca75..4762589e858a 100644 --- a/include/asm-m68knommu/mcfmbus.h +++ b/include/asm-m68knommu/mcfmbus.h @@ -23,7 +23,7 @@ /* -* Define the 5307 MBUS register set adresses +* Define the 5307 MBUS register set addresses */ #define MCFMBUS_MADR 0x00 diff --git a/include/asm-m68knommu/mcfpci.h b/include/asm-m68knommu/mcfpci.h index c86af3ecf648..d6229047d06e 100644 --- a/include/asm-m68knommu/mcfpci.h +++ b/include/asm-m68knommu/mcfpci.h @@ -17,7 +17,7 @@ #ifdef CONFIG_PCI /* - * Address regions in the PCI addres space are not mapped into the + * Address regions in the PCI address space are not mapped into the * normal memory space of the ColdFire. They must be accessed via * handler routines. This is easy for I/O space (inb/outb/etc) but * needs some code changes to support ordinary memory. Interrupts diff --git a/include/asm-ppc/ppcboot.h b/include/asm-ppc/ppcboot.h index 35ba83d898ac..bccb6e385117 100644 --- a/include/asm-ppc/ppcboot.h +++ b/include/asm-ppc/ppcboot.h @@ -57,7 +57,7 @@ typedef struct bd_info { #endif unsigned long bi_bootflags; /* boot / reboot flag (for LynxOS) */ unsigned long bi_ip_addr; /* IP Address */ - unsigned char bi_enetaddr[6]; /* Ethernet adress */ + unsigned char bi_enetaddr[6]; /* Ethernet address */ unsigned short bi_ethspeed; /* Ethernet speed in Mbps */ unsigned long bi_intfreq; /* Internal Freq, in MHz */ unsigned long bi_busfreq; /* Bus Freq, in MHz */ diff --git a/include/asm-s390/cio.h b/include/asm-s390/cio.h index 02858d6e73b7..208de2e5822c 100644 --- a/include/asm-s390/cio.h +++ b/include/asm-s390/cio.h @@ -111,7 +111,7 @@ struct scsw { struct ccw1 { __u8 cmd_code; /* command code */ - __u8 flags; /* flags, like IDA adressing, etc. */ + __u8 flags; /* flags, like IDA addressing, etc. */ __u16 count; /* byte count */ __u32 cda; /* data address */ } __attribute__ ((packed,aligned(8))); diff --git a/include/asm-s390x/cio.h b/include/asm-s390x/cio.h index 02858d6e73b7..208de2e5822c 100644 --- a/include/asm-s390x/cio.h +++ b/include/asm-s390x/cio.h @@ -111,7 +111,7 @@ struct scsw { struct ccw1 { __u8 cmd_code; /* command code */ - __u8 flags; /* flags, like IDA adressing, etc. */ + __u8 flags; /* flags, like IDA addressing, etc. */ __u16 count; /* byte count */ __u32 cda; /* data address */ } __attribute__ ((packed,aligned(8))); |
