]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kselftest/arm64: Add parentheses around sizeof for clarity
authorVivek Yadav <vivekyadav1207731111@gmail.com>
Sun, 24 Aug 2025 06:14:02 +0000 (23:14 -0700)
committerWill Deacon <will@kernel.org>
Mon, 8 Sep 2025 15:01:22 +0000 (16:01 +0100)
commit62e8a9fbaad147b65bda9362c2d8a52a86a0bac3
tree9532d61dc3589436bcc1373eb805dc26411f897e
parenta940568ccde433a0d06aadd4735f7974fd2c59e1
kselftest/arm64: Add parentheses around sizeof for clarity

Added parentheses around sizeof to make the expression clearer
and improve readability. This change has no functional impact.

```
[command]
./scripts/checkpatch.pl tools/testing/selftests/arm64/fp/sve-ptrace.c

[output]
WARNING: sizeof *sve should be sizeof(*sve)
```

Signed-off-by: Vivek Yadav <vivekyadav1207731111@gmail.com>
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/fp/sve-ptrace.c