]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kselftest/arm64: Supress warning and improve readability
authorVivek Yadav <vivekyadav1207731111@gmail.com>
Sun, 24 Aug 2025 06:14:01 +0000 (23:14 -0700)
committerWill Deacon <will@kernel.org>
Mon, 8 Sep 2025 15:01:22 +0000 (16:01 +0100)
commita940568ccde433a0d06aadd4735f7974fd2c59e1
tree8bceda716bd9fc3f16c7eb2e91945d7acb913eec
parent3198780eaf37c071052edac109d99bff77e6ce5c
kselftest/arm64: Supress warning and improve readability

The comment was correct, but `checkpatch` script flagged it with a warning
as shown in the output section. The comment is slightly modified
to improve readability, which also suppresses the warning.

```
[command]
./script/checkpatch.pl --strict -f tools/testing/selftests/arm64/fp/fp-stress.c

[output]
WARNING: Possible repeated word: 'on'
```

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