diff options
Diffstat (limited to 'tools/testing/selftests/powerpc/tm/tm-tmspr.c')
-rw-r--r-- | tools/testing/selftests/powerpc/tm/tm-tmspr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/powerpc/tm/tm-tmspr.c b/tools/testing/selftests/powerpc/tm/tm-tmspr.c index df1d7d4b1c89..17becf3dcee4 100644 --- a/tools/testing/selftests/powerpc/tm/tm-tmspr.c +++ b/tools/testing/selftests/powerpc/tm/tm-tmspr.c | |||
@@ -1,6 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright 2015, Michael Neuling, IBM Corp. | 3 | * Copyright 2015, Michael Neuling, IBM Corp. |
3 | * Licensed under GPLv2. | ||
4 | * | 4 | * |
5 | * Original: Michael Neuling 3/4/2014 | 5 | * Original: Michael Neuling 3/4/2014 |
6 | * Modified: Rashmica Gupta 8/12/2015 | 6 | * Modified: Rashmica Gupta 8/12/2015 |
@@ -21,7 +21,6 @@ | |||
21 | * (a) begin transaction | 21 | * (a) begin transaction |
22 | * (b) abort transaction | 22 | * (b) abort transaction |
23 | * (c) check TEXASR to see if FS has been corrupted | 23 | * (c) check TEXASR to see if FS has been corrupted |
24 | * | ||
25 | */ | 24 | */ |
26 | 25 | ||
27 | #define _GNU_SOURCE | 26 | #define _GNU_SOURCE |