summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c')
-rw-r--r--tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c b/tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c
index f7499d1c0415..6d1a5ee8eb28 100644
--- a/tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c
+++ b/tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
*
@@ -78,7 +79,7 @@ int main(void)
{
int n_tasks = 100, i;
- fprintf(stderr, "[No further output means we're allright]\n");
+ fprintf(stderr, "[No further output means we're all right]\n");
for (i=0; i<n_tasks; i++)
if (fork() == 0)