aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc
diff options
context:
space:
mode:
authorRussell Currey <ruscur@russell.cc>2021-06-08 15:48:51 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2022-05-04 19:37:46 +1000
commitdcbff9ad418497c2608d4b4d9423efc8e87e130e (patch)
treea28ba459bf2cc4c7da6d4df248ac033eee377fcf /tools/testing/selftests/powerpc
parentmacintosh: Use for_each_child_of_node() macro (diff)
downloadlinux-dev-dcbff9ad418497c2608d4b4d9423efc8e87e130e.tar.xz
linux-dev-dcbff9ad418497c2608d4b4d9423efc8e87e130e.zip
selftests/powerpc: Fix typo in spectre_v2
Signed-off-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210608054851.164659-1-ruscur@russell.cc
Diffstat (limited to 'tools/testing/selftests/powerpc')
-rw-r--r--tools/testing/selftests/powerpc/security/spectre_v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/security/spectre_v2.c b/tools/testing/selftests/powerpc/security/spectre_v2.c
index d42ca8c676c3..80dc97e3ec57 100644
--- a/tools/testing/selftests/powerpc/security/spectre_v2.c
+++ b/tools/testing/selftests/powerpc/security/spectre_v2.c
@@ -207,7 +207,7 @@ int spectre_v2_test(void)
break;
case COUNT_CACHE_DISABLED:
if (miss_percent < 95) {
- printf("Branch misses < 20%% unexpected in this configuration!\n");
+ printf("Branch misses < 95%% unexpected in this configuration!\n");
printf("Possible mis-match between reported & actual mitigation\n");
return 1;
}