diff mbox series

arm64: selftests: Fix spelling of 'Mismatch'

Message ID 20210108183144.673-1-broonie@kernel.org (mailing list archive)
State New, archived
Headers show
Series arm64: selftests: Fix spelling of 'Mismatch' | expand

Commit Message

Mark Brown Jan. 8, 2021, 6:31 p.m. UTC
The SVE and FPSIMD stress tests have a spelling mistake in the output, fix
it.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 tools/testing/selftests/arm64/fp/fpsimd-test.S | 2 +-
 tools/testing/selftests/arm64/fp/sve-test.S    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Catalin Marinas Jan. 14, 2021, 5:53 p.m. UTC | #1
On Fri, 8 Jan 2021 18:31:44 +0000, Mark Brown wrote:
> The SVE and FPSIMD stress tests have a spelling mistake in the output, fix
> it.

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

[1/1] arm64: selftests: Fix spelling of 'Mismatch'
      https://git.kernel.org/arm64/c/73a7c155a2b2
diff mbox series

Patch

diff --git a/tools/testing/selftests/arm64/fp/fpsimd-test.S b/tools/testing/selftests/arm64/fp/fpsimd-test.S
index 1c5556bdd11d..0dbd594c2747 100644
--- a/tools/testing/selftests/arm64/fp/fpsimd-test.S
+++ b/tools/testing/selftests/arm64/fp/fpsimd-test.S
@@ -457,7 +457,7 @@  function barf
 	mov	x11, x1	// actual data
 	mov	x12, x2	// data size
 
-	puts	"Mistatch: PID="
+	puts	"Mismatch: PID="
 	mov	x0, x20
 	bl	putdec
 	puts	", iteration="
diff --git a/tools/testing/selftests/arm64/fp/sve-test.S b/tools/testing/selftests/arm64/fp/sve-test.S
index f95074c9b48b..9210691aa998 100644
--- a/tools/testing/selftests/arm64/fp/sve-test.S
+++ b/tools/testing/selftests/arm64/fp/sve-test.S
@@ -625,7 +625,7 @@  function barf
 	mov	x11, x1	// actual data
 	mov	x12, x2	// data size
 
-	puts	"Mistatch: PID="
+	puts	"Mismatch: PID="
 	mov	x0, x20
 	bl	putdec
 	puts	", iteration="