summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/ssi_ivgen.c
diff options
context:
space:
mode:
authorGilad Ben-Yossef2018-01-07 13:14:12 +0100
committerGreg Kroah-Hartman2018-01-08 16:26:15 +0100
commit70da8241af0a3663547f98ffd711c481876c3f11 (patch)
treed29ec030c3cc830101bd9781eaf18963223ac610 /drivers/staging/ccree/ssi_ivgen.c
parentstaging: ccree: mark debug_regs[] as static (diff)
downloadkernel-qcow2-linux-70da8241af0a3663547f98ffd711c481876c3f11.tar.gz
kernel-qcow2-linux-70da8241af0a3663547f98ffd711c481876c3f11.tar.xz
kernel-qcow2-linux-70da8241af0a3663547f98ffd711c481876c3f11.zip
staging: ccree: SPDXify driver
Replace verbatim GPL v2 copy with SPDX tag. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/ssi_ivgen.c')
-rw-r--r--drivers/staging/ccree/ssi_ivgen.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/drivers/staging/ccree/ssi_ivgen.c b/drivers/staging/ccree/ssi_ivgen.c
index d1b8ce06332f..6b926495c5d2 100644
--- a/drivers/staging/ccree/ssi_ivgen.c
+++ b/drivers/staging/ccree/ssi_ivgen.c
@@ -1,18 +1,5 @@
-/*
- * Copyright (C) 2012-2017 ARM Limited or its affiliates.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that 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, see <http://www.gnu.org/licenses/>.
- */
+// SPDX-License-Identifier: GPL-2.0
+/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
#include <linux/platform_device.h>
#include <crypto/ctr.h>