Skip to content

Commit

Permalink
arm64: selftests: Fix spelling of 'Mismatch'
Browse files Browse the repository at this point in the history
The SVE and FPSIMD stress tests have a spelling mistake in the output, fix
it.

Signed-off-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
  • Loading branch information
broonie authored and ctmarinas committed Jan 15, 2021
1 parent b6d8878 commit 3a57a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/testing/selftests/arm64/fp/fpsimd-test.S
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down
2 changes: 1 addition & 1 deletion tools/testing/selftests/arm64/fp/sve-test.S
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit 3a57a64

Please sign in to comment.