diff options
| author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-09 01:14:03 -0400 |
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 01:14:03 -0400 |
| commit | beb7dd86a101263bf63a78c7c6d4da3849b35bd6 (patch) | |
| tree | 9afe81ca9e92ab8aacc999ae118b27d547721f11 /include | |
| parent | 3dde6ad8fc3939d345a3768464ecff43c91d511a (diff) | |
Fix misspellings collected by members of KJ list.
Fix the misspellings of "propogate", "writting" and (oh, the shame
:-) "kenrel" in the source tree.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/bitops/atomic.h | 2 | ||||
| -rw-r--r-- | include/asm-i386/bitops.h | 2 | ||||
| -rw-r--r-- | include/asm-i386/boot.h | 2 | ||||
| -rw-r--r-- | include/asm-i386/sync_bitops.h | 2 | ||||
| -rw-r--r-- | include/asm-m32r/system.h | 2 | ||||
| -rw-r--r-- | include/asm-mips/bootinfo.h | 2 | ||||
| -rw-r--r-- | include/linux/mount.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/include/asm-generic/bitops/atomic.h b/include/asm-generic/bitops/atomic.h index 78339319ba..cd8a9641bd 100644 --- a/include/asm-generic/bitops/atomic.h +++ b/include/asm-generic/bitops/atomic.h | |||
| @@ -58,7 +58,7 @@ extern raw_spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] __lock_aligned; | |||
| 58 | * if you do not require the atomic guarantees. | 58 | * if you do not require the atomic guarantees. |
| 59 | * | 59 | * |
| 60 | * Note: there are no guarantees that this function will not be reordered | 60 | * Note: there are no guarantees that this function will not be reordered |
| 61 | * on non x86 architectures, so if you are writting portable code, | 61 | * on non x86 architectures, so if you are writing portable code, |
| 62 | * make sure not to rely on its reordering guarantees. | 62 | * make sure not to rely on its reordering guarantees. |
| 63 | * | 63 | * |
| 64 | * Note that @nr may be almost arbitrarily large; this function is not | 64 | * Note that @nr may be almost arbitrarily large; this function is not |
diff --git a/include/asm-i386/bitops.h b/include/asm-i386/bitops.h index 273b506293..a20fe9822f 100644 --- a/include/asm-i386/bitops.h +++ b/include/asm-i386/bitops.h | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | * if you do not require the atomic guarantees. | 27 | * if you do not require the atomic guarantees. |
| 28 | * | 28 | * |
| 29 | * Note: there are no guarantees that this function will not be reordered | 29 | * Note: there are no guarantees that this function will not be reordered |
| 30 | * on non x86 architectures, so if you are writting portable code, | 30 | * on non x86 architectures, so if you are writing portable code, |
| 31 | * make sure not to rely on its reordering guarantees. | 31 | * make sure not to rely on its reordering guarantees. |
| 32 | * | 32 | * |
| 33 | * Note that @nr may be almost arbitrarily large; this function is not | 33 | * Note that @nr may be almost arbitrarily large; this function is not |
diff --git a/include/asm-i386/boot.h b/include/asm-i386/boot.h index e7686d0a84..bd024ab4fe 100644 --- a/include/asm-i386/boot.h +++ b/include/asm-i386/boot.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | #define EXTENDED_VGA 0xfffe /* 80x50 mode */ | 12 | #define EXTENDED_VGA 0xfffe /* 80x50 mode */ |
| 13 | #define ASK_VGA 0xfffd /* ask for it at bootup */ | 13 | #define ASK_VGA 0xfffd /* ask for it at bootup */ |
| 14 | 14 | ||
| 15 | /* Physical address where kenrel should be loaded. */ | 15 | /* Physical address where kernel should be loaded. */ |
| 16 | #define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \ | 16 | #define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \ |
| 17 | + (CONFIG_PHYSICAL_ALIGN - 1)) \ | 17 | + (CONFIG_PHYSICAL_ALIGN - 1)) \ |
| 18 | & ~(CONFIG_PHYSICAL_ALIGN - 1)) | 18 | & ~(CONFIG_PHYSICAL_ALIGN - 1)) |
diff --git a/include/asm-i386/sync_bitops.h b/include/asm-i386/sync_bitops.h index 7d72351bea..cbce08a2d1 100644 --- a/include/asm-i386/sync_bitops.h +++ b/include/asm-i386/sync_bitops.h | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | * if you do not require the atomic guarantees. | 24 | * if you do not require the atomic guarantees. |
| 25 | * | 25 | * |
| 26 | * Note: there are no guarantees that this function will not be reordered | 26 | * Note: there are no guarantees that this function will not be reordered |
| 27 | * on non x86 architectures, so if you are writting portable code, | 27 | * on non-x86 architectures, so if you are writing portable code, |
| 28 | * make sure not to rely on its reordering guarantees. | 28 | * make sure not to rely on its reordering guarantees. |
| 29 | * | 29 | * |
| 30 | * Note that @nr may be almost arbitrarily large; this function is not | 30 | * Note that @nr may be almost arbitrarily large; this function is not |
diff --git a/include/asm-m32r/system.h b/include/asm-m32r/system.h index 06cdece358..f62f5c9abb 100644 --- a/include/asm-m32r/system.h +++ b/include/asm-m32r/system.h | |||
| @@ -136,7 +136,7 @@ extern void __xchg_called_with_bad_pointer(void); | |||
| 136 | "add3 "reg0", "addr", #0x2000; \n\t" \ | 136 | "add3 "reg0", "addr", #0x2000; \n\t" \ |
| 137 | "ld "reg0", @"reg0"; \n\t" \ | 137 | "ld "reg0", @"reg0"; \n\t" \ |
| 138 | "unlock "reg0", @"reg1"; \n\t" | 138 | "unlock "reg0", @"reg1"; \n\t" |
| 139 | /* FIXME: This workaround code cannot handle kenrel modules | 139 | /* FIXME: This workaround code cannot handle kernel modules |
| 140 | * correctly under SMP environment. | 140 | * correctly under SMP environment. |
| 141 | */ | 141 | */ |
| 142 | #else /* CONFIG_CHIP_M32700_TS1 */ | 142 | #else /* CONFIG_CHIP_M32700_TS1 */ |
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index c7c945baf1..dbf834f4da 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h | |||
| @@ -254,7 +254,7 @@ extern void free_init_pages(const char *what, | |||
| 254 | extern char arcs_cmdline[CL_SIZE]; | 254 | extern char arcs_cmdline[CL_SIZE]; |
| 255 | 255 | ||
| 256 | /* | 256 | /* |
| 257 | * Registers a0, a1, a3 and a4 as passed to the kenrel entry by firmware | 257 | * Registers a0, a1, a3 and a4 as passed to the kernel entry by firmware |
| 258 | */ | 258 | */ |
| 259 | extern unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3; | 259 | extern unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3; |
| 260 | 260 | ||
diff --git a/include/linux/mount.h b/include/linux/mount.h index dab69afee2..6d3047d8c9 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
| @@ -33,7 +33,7 @@ struct mnt_namespace; | |||
| 33 | 33 | ||
| 34 | #define MNT_SHARED 0x1000 /* if the vfsmount is a shared mount */ | 34 | #define MNT_SHARED 0x1000 /* if the vfsmount is a shared mount */ |
| 35 | #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */ | 35 | #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */ |
| 36 | #define MNT_PNODE_MASK 0x3000 /* propogation flag mask */ | 36 | #define MNT_PNODE_MASK 0x3000 /* propagation flag mask */ |
| 37 | 37 | ||
| 38 | struct vfsmount { | 38 | struct vfsmount { |
| 39 | struct list_head mnt_hash; | 39 | struct list_head mnt_hash; |
