[PATCH 0/3] kselftest/arm64: Cleanups and readability fixes

vivekyadav1207731111@gmail.com posted 3 patches 1 month, 1 week ago
tools/testing/selftests/arm64/abi/hwcap.c       | 1 -
tools/testing/selftests/arm64/bti/assembler.h   | 1 -
tools/testing/selftests/arm64/fp/fp-ptrace.c    | 1 -
tools/testing/selftests/arm64/fp/fp-stress.c    | 4 ++--
tools/testing/selftests/arm64/fp/sve-ptrace.c   | 2 +-
tools/testing/selftests/arm64/fp/vec-syscfg.c   | 1 -
tools/testing/selftests/arm64/fp/zt-ptrace.c    | 1 -
tools/testing/selftests/arm64/gcs/gcs-locking.c | 1 -
8 files changed, 3 insertions(+), 9 deletions(-)
[PATCH 0/3] kselftest/arm64: Cleanups and readability fixes
Posted by vivekyadav1207731111@gmail.com 1 month, 1 week ago
From: Vivek Yadav <vivekyadav1207731111@gmail.com>

Hi all,

This small series makes cosmetic style cleanups in the arm64 kselftests
to improve readability and suppress checkpatch warnings. These changes
are purely cosmetic and do not affect functionality.

Changes in this series:
  * Suppress unnecessary checkpatch warning in a comment
  * Add parentheses around sizeof for clarity
  * Remove redundant blank line

---

Vivek Yadav (3):
  kselftest/arm64: Remove extra blank line
  kselftest/arm64: Supress warning and improve readability
  kselftest/arm64: Add parentheses around sizeof for clarity

 tools/testing/selftests/arm64/abi/hwcap.c       | 1 -
 tools/testing/selftests/arm64/bti/assembler.h   | 1 -
 tools/testing/selftests/arm64/fp/fp-ptrace.c    | 1 -
 tools/testing/selftests/arm64/fp/fp-stress.c    | 4 ++--
 tools/testing/selftests/arm64/fp/sve-ptrace.c   | 2 +-
 tools/testing/selftests/arm64/fp/vec-syscfg.c   | 1 -
 tools/testing/selftests/arm64/fp/zt-ptrace.c    | 1 -
 tools/testing/selftests/arm64/gcs/gcs-locking.c | 1 -
 8 files changed, 3 insertions(+), 9 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] kselftest/arm64: Cleanups and readability fixes
Posted by Will Deacon 3 weeks, 4 days ago
On Sat, 23 Aug 2025 23:13:59 -0700, vivekyadav1207731111@gmail.com wrote:
> This small series makes cosmetic style cleanups in the arm64 kselftests
> to improve readability and suppress checkpatch warnings. These changes
> are purely cosmetic and do not affect functionality.
> 
> Changes in this series:
>   * Suppress unnecessary checkpatch warning in a comment
>   * Add parentheses around sizeof for clarity
>   * Remove redundant blank line
> 
> [...]

Applied to arm64 (for-next/selftests), thanks!

[1/3] kselftest/arm64: Remove extra blank line
      https://git.kernel.org/arm64/c/3198780eaf37
[2/3] kselftest/arm64: Supress warning and improve readability
      https://git.kernel.org/arm64/c/a940568ccde4
[3/3] kselftest/arm64: Add parentheses around sizeof for clarity
      https://git.kernel.org/arm64/c/62e8a9fbaad1

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev