]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
sh: Fix typo in SPDX license ID lines
authorTim Bird <tim.bird@sony.com>
Thu, 12 Feb 2026 19:28:45 +0000 (12:28 -0700)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Sat, 18 Apr 2026 08:23:05 +0000 (10:23 +0200)
Both platform_early.c and platform_early.h have an extra dash in
their SPDX-License-Identifier lines. Use the correct (single-dash)
syntax for these lines.

Signed-off-by: Tim Bird <tim.bird@sony.com>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/drivers/platform_early.c
arch/sh/include/asm/platform_early.h

index 143747c45206fe6fd5e78cf57148127a9133c0ee..1c2a571a8ab8b546bd7754120c3502efbfe5fe17 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX--License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0
 
 #include <asm/platform_early.h>
 #include <linux/mod_devicetable.h>
index fc802137c37d4378664477b1e3894aa6d70710cc..00b6e6dc4ac4a2054929677c0811d1b8f6839191 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX--License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 */
 
 #ifndef __PLATFORM_EARLY__
 #define __PLATFORM_EARLY__