]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/arm64: Fix grammatical error in string literals
authorNikola Z. Ivanov <zlatistiv@gmail.com>
Tue, 26 Aug 2025 21:49:13 +0000 (00:49 +0300)
committerWill Deacon <will@kernel.org>
Mon, 8 Sep 2025 15:17:13 +0000 (16:17 +0100)
commit14a41628c470f4aa069075cdcf6ec0138b6cf1da
tree07d4307860caf29fd2702466392d18fb17146c21
parent62e8a9fbaad147b65bda9362c2d8a52a86a0bac3
selftests/arm64: Fix grammatical error in string literals

Fix grammatical error in <past tense verb> + <infinitive>
construct related to memory allocation checks.
In essence change "Failed to allocated" to "Failed to allocate".

Signed-off-by: Nikola Z. Ivanov <zlatistiv@gmail.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/fp/fp-stress.c
tools/testing/selftests/arm64/fp/kernel-test.c
tools/testing/selftests/arm64/gcs/gcs-stress.c