diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:29:03 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:46 -0500 |
commit | 4e0385dd7469d933c4adf84a617f872ca547aa07 (patch) | |
tree | 92256b7941fc512dcd9c651b78199725261cc85a | |
parent | 89d790ab31d033d67635f6362d57ea64e47708fa (diff) |
scripts/spelling.txt: add "efective" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
efective||effective
While we are here, fix the "addres" as well in the touched line in
arch/openrisc/kernel/entry.S.
Link: http://lkml.kernel.org/r/1481573103-11329-10-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/m68k/ifpsp060/src/isp.S | 2 | ||||
-rw-r--r-- | arch/openrisc/kernel/entry.S | 2 | ||||
-rw-r--r-- | scripts/spelling.txt | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/arch/m68k/ifpsp060/src/isp.S b/arch/m68k/ifpsp060/src/isp.S index 6dccda766e22..b865c1a052ba 100644 --- a/arch/m68k/ifpsp060/src/isp.S +++ b/arch/m68k/ifpsp060/src/isp.S | |||
@@ -3814,7 +3814,7 @@ CAS2W2_FILLER: | |||
3814 | # (3) Save current DFC/SFC (ASSUMED TO BE EQUAL!!!); Then set # | 3814 | # (3) Save current DFC/SFC (ASSUMED TO BE EQUAL!!!); Then set # |
3815 | # SFC/DFC according to whether exception occurred in user or # | 3815 | # SFC/DFC according to whether exception occurred in user or # |
3816 | # supervisor mode. # | 3816 | # supervisor mode. # |
3817 | # (4) Use "plpaw" instruction to pre-load ATC with efective # | 3817 | # (4) Use "plpaw" instruction to pre-load ATC with effective # |
3818 | # address page(s). THIS SHOULD NOT FAULT!!! The relevant # | 3818 | # address page(s). THIS SHOULD NOT FAULT!!! The relevant # |
3819 | # page(s) should have been made resident prior to entering # | 3819 | # page(s) should have been made resident prior to entering # |
3820 | # this routine. # | 3820 | # this routine. # |
diff --git a/arch/openrisc/kernel/entry.S b/arch/openrisc/kernel/entry.S index 459e4b129e4f..1b7160c79646 100644 --- a/arch/openrisc/kernel/entry.S +++ b/arch/openrisc/kernel/entry.S | |||
@@ -332,7 +332,7 @@ EXCEPTION_ENTRY(_alignment_handler) | |||
332 | 332 | ||
333 | #if 0 | 333 | #if 0 |
334 | EXCEPTION_ENTRY(_alignment_handler) | 334 | EXCEPTION_ENTRY(_alignment_handler) |
335 | // l.mfspr r2,r0,SPR_EEAR_BASE /* Load the efective addres */ | 335 | // l.mfspr r2,r0,SPR_EEAR_BASE /* Load the effective address */ |
336 | l.addi r2,r4,0 | 336 | l.addi r2,r4,0 |
337 | // l.mfspr r5,r0,SPR_EPCR_BASE /* Load the insn address */ | 337 | // l.mfspr r5,r0,SPR_EPCR_BASE /* Load the insn address */ |
338 | l.lwz r5,PT_PC(r1) | 338 | l.lwz r5,PT_PC(r1) |
diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 096e8b8b6502..d22f0b8a9368 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt | |||
@@ -381,6 +381,7 @@ easilly||easily | |||
381 | ecspecially||especially | 381 | ecspecially||especially |
382 | edditable||editable | 382 | edditable||editable |
383 | editting||editing | 383 | editting||editing |
384 | efective||effective | ||
384 | efficently||efficiently | 385 | efficently||efficiently |
385 | ehther||ether | 386 | ehther||ether |
386 | eigth||eight | 387 | eigth||eight |