]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
riscv: fix various typos in comments and code
authorSean Chang <seanwascoding@gmail.com>
Sun, 5 Apr 2026 00:42:39 +0000 (18:42 -0600)
committerPaul Walmsley <pjw@kernel.org>
Sun, 5 Apr 2026 00:42:39 +0000 (18:42 -0600)
commit7d7c2d1c48790799568d06d1d4b1ca9ac7c900fb
tree37050fdef983d3e84df524ac6ac26ca853f41a8b
parent08ee1559052be302f1d3752f48360b89517d9f8d
riscv: fix various typos in comments and code

Fix various typos in RISC-V architecture code and comments.
The following changes are included:

- arch/riscv/errata/thead/errata.c: "futher" → "further"
- arch/riscv/include/asm/atomic.h: "therefor" → "therefore", "arithmatic" → "arithmetic"
- arch/riscv/include/asm/elf.h: "availiable" → "available", "coorespends" → "corresponds"
- arch/riscv/include/asm/processor.h: "requries" → "is required"
- arch/riscv/include/asm/thread_info.h: "returing" → "returning"
- arch/riscv/kernel/acpi.c: "compliancy" → "compliance"
- arch/riscv/kernel/ftrace.c: "therefor" → "therefore"
- arch/riscv/kernel/head.S: "intruction" → "instruction"
- arch/riscv/kernel/mcount-dyn.S: "localtion → "location"
- arch/riscv/kernel/module-sections.c: "maxinum" → "maximum"
- arch/riscv/kernel/probes/kprobes.c: "reenabled" → "re-enabled"
- arch/riscv/kernel/probes/uprobes.c: "probbed" → "probed"
- arch/riscv/kernel/soc.c: "extremly" → "extremely"
- arch/riscv/kernel/suspend.c: "incosistent" → "inconsistent"
- arch/riscv/kvm/tlb.c: "cahce" → "cache"
- arch/riscv/kvm/vcpu_pmu.c: "indicies" → "indices"
- arch/riscv/lib/csum.c: "implmentations" → "implementations"
- arch/riscv/lib/memmove.S: "ammount" → "amount"
- arch/riscv/mm/cacheflush.c: "visable" → "visible"
- arch/riscv/mm/physaddr.c: "aginst" → "against"

Signed-off-by: Sean Chang <seanwascoding@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20260212163325.60389-1-seanwascoding@gmail.com
Signed-off-by: Paul Walmsley <pjw@kernel.org>
20 files changed:
arch/riscv/errata/thead/errata.c
arch/riscv/include/asm/atomic.h
arch/riscv/include/asm/elf.h
arch/riscv/include/asm/processor.h
arch/riscv/include/asm/thread_info.h
arch/riscv/kernel/acpi.c
arch/riscv/kernel/ftrace.c
arch/riscv/kernel/head.S
arch/riscv/kernel/mcount-dyn.S
arch/riscv/kernel/module-sections.c
arch/riscv/kernel/probes/kprobes.c
arch/riscv/kernel/probes/uprobes.c
arch/riscv/kernel/soc.c
arch/riscv/kernel/suspend.c
arch/riscv/kvm/tlb.c
arch/riscv/kvm/vcpu_pmu.c
arch/riscv/lib/csum.c
arch/riscv/lib/memmove.S
arch/riscv/mm/cacheflush.c
arch/riscv/mm/physaddr.c