Skip to content
Snippets Groups Projects
Commit 3a57a643 authored by Mark Brown's avatar Mark Brown Committed by Catalin Marinas
Browse files

arm64: selftests: Fix spelling of 'Mismatch'


The SVE and FPSIMD stress tests have a spelling mistake in the output, fix
it.

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210108183144.673-1-broonie@kernel.org


Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent b6d8878d
No related branches found
No related tags found
No related merge requests found
......@@ -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="
......
......@@ -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="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment