diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2018-03-14 22:15:17 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-03-20 14:23:28 +0100 |
commit | 90cafdd521721eb588a738fae17ac70e50675686 (patch) | |
tree | 6e557b959c46e2c819a307831450b7a927d1465c /kernel/irq | |
parent | 99bfce5db9c071800bdc7e9658a68e6d11aeecf6 (diff) | |
download | linux-90cafdd521721eb588a738fae17ac70e50675686.tar.bz2 |
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.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/kernel/irq/matrix.c b/kernel/irq/matrix.c index 4c5770407031..5092494bf261 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> |