hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/sh/boards/mach-sdk7786/nmi.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * SDK7786 FPGA NMI Support.
34 *
45 * Copyright (C) 2010 Paul Mundt
5
- *
6
- * This file is subject to the terms and conditions of the GNU General Public
7
- * License. See the file "COPYING" in the main directory of this archive
8
- * for more details.
96 */
107 #include <linux/init.h>
118 #include <linux/kernel.h>
....@@ -40,7 +37,7 @@
4037 nmi_mode = NMI_MODE_ANY;
4138 else {
4239 nmi_mode = NMI_MODE_UNKNOWN;
43
- pr_warning("Unknown NMI mode %s\n", str);
40
+ pr_warn("Unknown NMI mode %s\n", str);
4441 }
4542
4643 printk("Set NMI mode to %d\n", nmi_mode);