Commit 4e0385dd authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds

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.comSigned-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 89d790ab
...@@ -3814,7 +3814,7 @@ CAS2W2_FILLER: ...@@ -3814,7 +3814,7 @@ CAS2W2_FILLER:
# (3) Save current DFC/SFC (ASSUMED TO BE EQUAL!!!); Then set # # (3) Save current DFC/SFC (ASSUMED TO BE EQUAL!!!); Then set #
# SFC/DFC according to whether exception occurred in user or # # SFC/DFC according to whether exception occurred in user or #
# supervisor mode. # # supervisor mode. #
# (4) Use "plpaw" instruction to pre-load ATC with efective # # (4) Use "plpaw" instruction to pre-load ATC with effective #
# address page(s). THIS SHOULD NOT FAULT!!! The relevant # # address page(s). THIS SHOULD NOT FAULT!!! The relevant #
# page(s) should have been made resident prior to entering # # page(s) should have been made resident prior to entering #
# this routine. # # this routine. #
......
...@@ -332,7 +332,7 @@ EXCEPTION_ENTRY(_alignment_handler) ...@@ -332,7 +332,7 @@ EXCEPTION_ENTRY(_alignment_handler)
#if 0 #if 0
EXCEPTION_ENTRY(_alignment_handler) EXCEPTION_ENTRY(_alignment_handler)
// l.mfspr r2,r0,SPR_EEAR_BASE /* Load the efective addres */ // l.mfspr r2,r0,SPR_EEAR_BASE /* Load the effective address */
l.addi r2,r4,0 l.addi r2,r4,0
// l.mfspr r5,r0,SPR_EPCR_BASE /* Load the insn address */ // l.mfspr r5,r0,SPR_EPCR_BASE /* Load the insn address */
l.lwz r5,PT_PC(r1) l.lwz r5,PT_PC(r1)
......
...@@ -381,6 +381,7 @@ easilly||easily ...@@ -381,6 +381,7 @@ easilly||easily
ecspecially||especially ecspecially||especially
edditable||editable edditable||editable
editting||editing editting||editing
efective||effective
efficently||efficiently efficently||efficiently
ehther||ether ehther||ether
eigth||eight eigth||eight
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment