diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-03-29 23:14:32 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@kernel.org> | 2024-04-02 03:40:39 +0200 |
commit | ebfc2fd8873b4feb86f01835ad97282aede1e956 (patch) | |
tree | 8a117a03d68946d51b51045bb5490671906766a8 /arch/arc/kernel/entry.S | |
parent | ARC: mm: fix new code about cache aliasing (diff) | |
download | linux-ebfc2fd8873b4feb86f01835ad97282aede1e956.tar.xz linux-ebfc2fd8873b4feb86f01835ad97282aede1e956.zip |
ARC: Fix typos
Fix typos, most reported by "codespell arch/arc". Only touches comments,
no code changes.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc/kernel/entry.S')
-rw-r--r-- | arch/arc/kernel/entry.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/kernel/entry.S b/arch/arc/kernel/entry.S index 089f6680518f..3c7e74aba679 100644 --- a/arch/arc/kernel/entry.S +++ b/arch/arc/kernel/entry.S @@ -95,7 +95,7 @@ ENTRY(EV_MachineCheck) lr r0, [efa] mov r1, sp - ; MC excpetions disable MMU + ; MC exceptions disable MMU ARC_MMU_REENABLE r3 lsr r3, r10, 8 @@ -209,7 +209,7 @@ trap_with_param: ; --------------------------------------------- ; syscall TRAP -; ABI: (r0-r7) upto 8 args, (r8) syscall number +; ABI: (r0-r7) up to 8 args, (r8) syscall number ; --------------------------------------------- ENTRY(EV_Trap) |