Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Vivek Yadav and committed by
Will Deacon
a940568c 3198780e

+2 -2
+2 -2
tools/testing/selftests/arm64/fp/fp-stress.c
··· 105 105 106 106 /* 107 107 * Read from the startup pipe, there should be no data 108 - * and we should block until it is closed. We just 109 - * carry on on error since this isn't super critical. 108 + * and we should block until it is closed. We just 109 + * carry-on on error since this isn't super critical. 110 110 */ 111 111 ret = read(3, &i, sizeof(i)); 112 112 if (ret < 0)