diff options
author | Cai Huoqing <caihuoqing@baidu.com> | 2021-08-22 10:27:34 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-08-27 16:30:18 +0800 |
commit | cedcf527d59bcca5f87f52ea34a157bbc6e7a3a8 (patch) | |
tree | 75f3d32fbfdbe38331ea3f55be31a3c345c18939 /kernel | |
parent | 3438de03e98ad305129bdd033cb63e46debd67f4 (diff) | |
download | linux-cedcf527d59bcca5f87f52ea34a157bbc6e7a3a8.tar.bz2 |
padata: Remove repeated verbose license text
remove it because SPDX-License-Identifier is already used
Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Acked-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/padata.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/kernel/padata.c b/kernel/padata.c index 3258ab89c2a3..18d3a5c699d8 100644 --- a/kernel/padata.c +++ b/kernel/padata.c @@ -9,19 +9,6 @@ * * Copyright (c) 2020 Oracle and/or its affiliates. * Author: Daniel Jordan <daniel.m.jordan@oracle.com> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ #include <linux/completion.h> |