forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/tools/power/cpupower/debug/i386/intel_gsic.c
....@@ -1,8 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * (C) 2003 Bruno Ducrot
34 * (C) 2004 Dominik Brodowski <linux@dominikbrodowski.de>
4
- *
5
- * Licensed under the terms of the GNU GPL License version 2.
65 *
76 * Based on code found in
87 * linux/include/asm-i386/ist.h and linux/arch/i386/kernel/setup.c
....@@ -72,7 +71,7 @@
7271 printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
7372 printf("\nUnfortunately, you have to know what exactly are "
7473 "smi_cmd and smi_port, and this\nis system "
75
- "dependant.\n");
74
+ "dependent.\n");
7675 }
7776 return 1;
7877 }