Commit-ID: 90cafdd521721eb588a738fae17ac70e50675686 Gitweb: https://git.kernel.org/tip/90cafdd521721eb588a738fae17ac70e50675686 Author: Thomas Gleixner <[email protected]> AuthorDate: Wed, 14 Mar 2018 22:15:17 +0100 Committer: Thomas Gleixner <[email protected]> CommitDate: Tue, 20 Mar 2018 14:23:28 +0100
genirq/matrix: Cleanup SPDX identifier Use the proper SPDX-Identifier format. Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Marc Zyngier <[email protected]> Cc: Kate Stewart <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Philippe Ombredanne <[email protected]> Link: https://lkml.kernel.org/r/[email protected] --- kernel/irq/matrix.c | 8 +++----- 1 file 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 <[email protected]> - * - * SPDX-License-Identifier: GPL-2.0 - */ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2017 Thomas Gleixner <[email protected]> + #include <linux/spinlock.h> #include <linux/seq_file.h> #include <linux/bitmap.h>

