selftests/powerpc: Fix typo in spectre_v2
authorRussell Currey <ruscur@russell.cc>
Tue, 8 Jun 2021 05:48:51 +0000 (15:48 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 May 2022 09:37:46 +0000 (19:37 +1000)
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
tools/testing/selftests/powerpc/security/spectre_v2.c

index d42ca8c..80dc97e 100644 (file)
@@ -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;
                }