diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-24 13:49:53 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 06:45:54 -0400 |
commit | 238034e3fe3b0d75df0e4c7cbefb3df259ed628a (patch) | |
tree | 664f6898095d4c43770a3c2307c9fa501001c6c5 /arch/hexagon | |
parent | bd1a0be5154788a052c6b851dbfa97bcd71f21d6 (diff) |
hexagon: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/include/asm/hexagon_vm.h | 2 | ||||
-rw-r--r-- | arch/hexagon/include/asm/vm_mmu.h | 2 | ||||
-rw-r--r-- | arch/hexagon/kernel/kgdb.c | 4 | ||||
-rw-r--r-- | arch/hexagon/kernel/vm_ops.S | 2 | ||||
-rw-r--r-- | arch/hexagon/lib/memcpy.S | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/arch/hexagon/include/asm/hexagon_vm.h b/arch/hexagon/include/asm/hexagon_vm.h index 1f6918b428de..e8990c9a6e99 100644 --- a/arch/hexagon/include/asm/hexagon_vm.h +++ b/arch/hexagon/include/asm/hexagon_vm.h | |||
@@ -237,7 +237,7 @@ static inline long __vmintop_clear(long i) | |||
237 | 237 | ||
238 | /* | 238 | /* |
239 | * The initial program gets to find a system environment descriptor | 239 | * The initial program gets to find a system environment descriptor |
240 | * on its stack when it begins exection. The first word is a version | 240 | * on its stack when it begins execution. The first word is a version |
241 | * code to indicate what is there. Zero means nothing more. | 241 | * code to indicate what is there. Zero means nothing more. |
242 | */ | 242 | */ |
243 | 243 | ||
diff --git a/arch/hexagon/include/asm/vm_mmu.h b/arch/hexagon/include/asm/vm_mmu.h index 096537d8f4c5..6fc29d9d570b 100644 --- a/arch/hexagon/include/asm/vm_mmu.h +++ b/arch/hexagon/include/asm/vm_mmu.h | |||
@@ -78,7 +78,7 @@ | |||
78 | #define __HEXAGON_C_WB_L2 0x7 /* Write-back, with L2 */ | 78 | #define __HEXAGON_C_WB_L2 0x7 /* Write-back, with L2 */ |
79 | 79 | ||
80 | /* | 80 | /* |
81 | * This can be overriden, but we're defaulting to the most aggressive | 81 | * This can be overridden, but we're defaulting to the most aggressive |
82 | * cache policy, the better to find bugs sooner. | 82 | * cache policy, the better to find bugs sooner. |
83 | */ | 83 | */ |
84 | 84 | ||
diff --git a/arch/hexagon/kernel/kgdb.c b/arch/hexagon/kernel/kgdb.c index 038580cc5abf..62dece3ad827 100644 --- a/arch/hexagon/kernel/kgdb.c +++ b/arch/hexagon/kernel/kgdb.c | |||
@@ -236,9 +236,9 @@ static struct notifier_block kgdb_notifier = { | |||
236 | }; | 236 | }; |
237 | 237 | ||
238 | /** | 238 | /** |
239 | * kgdb_arch_init - Perform any architecture specific initalization. | 239 | * kgdb_arch_init - Perform any architecture specific initialization. |
240 | * | 240 | * |
241 | * This function will handle the initalization of any architecture | 241 | * This function will handle the initialization of any architecture |
242 | * specific callbacks. | 242 | * specific callbacks. |
243 | */ | 243 | */ |
244 | int kgdb_arch_init(void) | 244 | int kgdb_arch_init(void) |
diff --git a/arch/hexagon/kernel/vm_ops.S b/arch/hexagon/kernel/vm_ops.S index 9fb77b3f6cf2..58f2b92a37ed 100644 --- a/arch/hexagon/kernel/vm_ops.S +++ b/arch/hexagon/kernel/vm_ops.S | |||
@@ -26,7 +26,7 @@ | |||
26 | * could be, and perhaps some day will be, handled as in-line | 26 | * could be, and perhaps some day will be, handled as in-line |
27 | * macros, but for tracing/debugging it's handy to have | 27 | * macros, but for tracing/debugging it's handy to have |
28 | * a single point of invocation for each of them. | 28 | * a single point of invocation for each of them. |
29 | * Conveniently, they take paramters and return values | 29 | * Conveniently, they take parameters and return values |
30 | * consistent with the ABI calling convention. | 30 | * consistent with the ABI calling convention. |
31 | */ | 31 | */ |
32 | 32 | ||
diff --git a/arch/hexagon/lib/memcpy.S b/arch/hexagon/lib/memcpy.S index 81c561c4b4d6..a46093a8800a 100644 --- a/arch/hexagon/lib/memcpy.S +++ b/arch/hexagon/lib/memcpy.S | |||
@@ -39,7 +39,7 @@ | |||
39 | * DJH 10/14/09 Version 1.3 added special loop for aligned case, was | 39 | * DJH 10/14/09 Version 1.3 added special loop for aligned case, was |
40 | * overreading bloated codesize back up to 892 | 40 | * overreading bloated codesize back up to 892 |
41 | * DJH 4/20/10 Version 1.4 fixed Ldword_loop_epilog loop to prevent loads | 41 | * DJH 4/20/10 Version 1.4 fixed Ldword_loop_epilog loop to prevent loads |
42 | * occuring if only 1 left outstanding, fixes bug | 42 | * occurring if only 1 left outstanding, fixes bug |
43 | * # 3888, corrected for all alignments. Peeled off | 43 | * # 3888, corrected for all alignments. Peeled off |
44 | * 1 32byte chunk from kernel loop and extended 8byte | 44 | * 1 32byte chunk from kernel loop and extended 8byte |
45 | * loop at end to solve all combinations and prevent | 45 | * loop at end to solve all combinations and prevent |