Skip to content

Commit 3a57a64

Browse files
brooniectmarinas
authored andcommitted
arm64: selftests: Fix spelling of 'Mismatch'
The SVE and FPSIMD stress tests have a spelling mistake in the output, fix it. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20210108183144.673-1-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent b6d8878 commit 3a57a64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/testing/selftests/arm64/fp/fpsimd-test.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ function barf
457457
mov x11, x1 // actual data
458458
mov x12, x2 // data size
459459

460-
puts "Mistatch: PID="
460+
puts "Mismatch: PID="
461461
mov x0, x20
462462
bl putdec
463463
puts ", iteration="

tools/testing/selftests/arm64/fp/sve-test.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ function barf
625625
mov x11, x1 // actual data
626626
mov x12, x2 // data size
627627

628-
puts "Mistatch: PID="
628+
puts "Mismatch: PID="
629629
mov x0, x20
630630
bl putdec
631631
puts ", iteration="

0 commit comments

Comments
 (0)