diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2018-03-14 17:15:17 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-03-20 09:23:28 -0400 |
commit | 90cafdd521721eb588a738fae17ac70e50675686 (patch) | |
tree | 6e557b959c46e2c819a307831450b7a927d1465c | |
parent | 99bfce5db9c071800bdc7e9658a68e6d11aeecf6 (diff) |
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
-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 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | * Copyright (C) 2017 Thomas Gleixner <tglx@linutronix.de> | 2 | // Copyright (C) 2017 Thomas Gleixner <tglx@linutronix.de> |
3 | * | 3 | |
4 | * SPDX-License-Identifier: GPL-2.0 | ||
5 | */ | ||
6 | #include <linux/spinlock.h> | 4 | #include <linux/spinlock.h> |
7 | #include <linux/seq_file.h> | 5 | #include <linux/seq_file.h> |
8 | #include <linux/bitmap.h> | 6 | #include <linux/bitmap.h> |