Skip to content

[PW_SID:1053626] [v3] riscv: fix various typos in comments and code#1471

Closed
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1053626
Closed

[PW_SID:1053626] [v3] riscv: fix various typos in comments and code#1471
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1053626

Conversation

@linux-riscv-bot
Copy link

PR for series 1053626 applied to workflow__riscv__fixes

Name: [v3] riscv: fix various typos in comments and code
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1053626
Version: 3

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>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 115.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1946.88 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 2330.98 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.66 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.37 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 6.43 seconds
Result: WARNING
Output:

WARNING: 'arithmatic' may be misspelled - perhaps 'arithmetic'?
#13: 
- arch/riscv/include/asm/atomic.h: "therefor" → "therefore", "arithmatic" → "arithmetic"
                                                              ^^^^^^^^^^

WARNING: 'availiable' may be misspelled - perhaps 'available'?
#14: 
- arch/riscv/include/asm/elf.h: "availiable" → "available", "coorespends" → "corresponds"
                                 ^^^^^^^^^^

total: 0 errors, 2 warnings, 0 checks, 180 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 8eb16a60a07e ("riscv: fix various typos in comments and code") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 2 warnings, 0 checks, 180 lines checked
WARNING: 'arithmatic' may be misspelled - perhaps 'arithmetic'?
WARNING: 'availiable' may be misspelled - perhaps 'available'?


@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 80.52 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
kdoc
Desc: Detects for kdoc errors
Duration: 1.02 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
module-param
Desc: Detect module_param changes
Duration: 0.28 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] riscv: fix various typos in comments and code"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1053626 branch February 13, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant