All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: selftests: Fix spelling of 'Mismatch'
@ 2021-01-08 18:31 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-01-08 18:31 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Catalin Marinas, Will Deacon, Dave Martin, linux-arm-kernel,
	linux-kselftest, Mark Brown

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(-)

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="
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] arm64: selftests: Fix spelling of 'Mismatch'
@ 2021-01-08 18:31 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-01-08 18:31 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Catalin Marinas, Mark Brown, linux-kselftest, Will Deacon,
	Dave Martin, linux-arm-kernel

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(-)

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="
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: selftests: Fix spelling of 'Mismatch'
  2021-01-08 18:31 ` Mark Brown
@ 2021-01-14 17:53   ` Catalin Marinas
  -1 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2021-01-14 17:53 UTC (permalink / raw)
  To: Mark Brown, Shuah Khan
  Cc: Will Deacon, Dave Martin, linux-kselftest, linux-arm-kernel

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

-- 
Catalin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: selftests: Fix spelling of 'Mismatch'
@ 2021-01-14 17:53   ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2021-01-14 17:53 UTC (permalink / raw)
  To: Mark Brown, Shuah Khan
  Cc: linux-arm-kernel, Will Deacon, Dave Martin, linux-kselftest

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

-- 
Catalin


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-14 17:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 18:31 [PATCH] arm64: selftests: Fix spelling of 'Mismatch' Mark Brown
2021-01-08 18:31 ` Mark Brown
2021-01-14 17:53 ` Catalin Marinas
2021-01-14 17:53   ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.