diff options
| -rw-r--r-- | kernel/torture.c | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/kernel/torture.c b/kernel/torture.c index bbf6d473e50c..67620e5141d2 100644 --- a/kernel/torture.c +++ b/kernel/torture.c | |||
| @@ -1,23 +1,10 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0+ | ||
| 1 | /* | 2 | /* |
| 2 | * Common functions for in-kernel torture tests. | 3 | * Common functions for in-kernel torture tests. |
| 3 | * | 4 | * |
| 4 | * This program is free software; you can redistribute it and/or modify | ||
| 5 | * it under the terms of the GNU General Public License as published by | ||
| 6 | * the Free Software Foundation; either version 2 of the License, or | ||
| 7 | * (at your option) any later version. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | * You should have received a copy of the GNU General Public License | ||
| 15 | * along with this program; if not, you can access it online at | ||
| 16 | * http://www.gnu.org/licenses/gpl-2.0.html. | ||
| 17 | * | ||
| 18 | * Copyright (C) IBM Corporation, 2014 | 5 | * Copyright (C) IBM Corporation, 2014 |
| 19 | * | 6 | * |
| 20 | * Author: Paul E. McKenney <paulmck@us.ibm.com> | 7 | * Author: Paul E. McKenney <paulmck@linux.ibm.com> |
| 21 | * Based on kernel/rcu/torture.c. | 8 | * Based on kernel/rcu/torture.c. |
| 22 | */ | 9 | */ |
| 23 | 10 | ||
| @@ -53,7 +40,7 @@ | |||
| 53 | #include "rcu/rcu.h" | 40 | #include "rcu/rcu.h" |
| 54 | 41 | ||
| 55 | MODULE_LICENSE("GPL"); | 42 | MODULE_LICENSE("GPL"); |
| 56 | MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>"); | 43 | MODULE_AUTHOR("Paul E. McKenney <paulmck@linux.ibm.com>"); |
| 57 | 44 | ||
| 58 | static char *torture_type; | 45 | static char *torture_type; |
| 59 | static int verbose; | 46 | static int verbose; |
