Use the proper SPDX-Identifier format. Signed-off-by: Thomas Gleixner <[email protected]> --- kernel/irq/matrix.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
--- 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>

