summaryrefslogtreecommitdiffstats
path: root/kernel/irq
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2018-03-14 22:15:17 +0100
committerThomas Gleixner <tglx@linutronix.de>2018-03-20 14:23:28 +0100
commit90cafdd521721eb588a738fae17ac70e50675686 (patch)
tree6e557b959c46e2c819a307831450b7a927d1465c /kernel/irq
parent99bfce5db9c071800bdc7e9658a68e6d11aeecf6 (diff)
downloadop-kernel-dev-90cafdd521721eb588a738fae17ac70e50675686.zip
op-kernel-dev-90cafdd521721eb588a738fae17ac70e50675686.tar.gz
genirq/matrix: Cleanup SPDX identifier
Use the proper SPDX-Identifier format. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Kate Stewart <kstewart@linuxfoundation.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Philippe Ombredanne <pombredanne@nexb.com> Link: https://lkml.kernel.org/r/20180314212030.492674761@linutronix.de
Diffstat (limited to 'kernel/irq')
-rw-r--r--kernel/irq/matrix.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/kernel/irq/matrix.c b/kernel/irq/matrix.c
index 4c57704..5092494 100644
--- a/kernel/irq/matrix.c
+++ b/kernel/irq/matrix.c
@@ -1,8 +1,6 @@
-/*
- * Copyright (C) 2017 Thomas Gleixner <tglx@linutronix.de>
- *
- * SPDX-License-Identifier: GPL-2.0
- */
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (C) 2017 Thomas Gleixner <tglx@linutronix.de>
+
#include <linux/spinlock.h>
#include <linux/seq_file.h>
#include <linux/bitmap.h>
OpenPOWER on IntegriCloud