Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sh: Fix typo in SPDX license ID lines

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>

authored by

Tim Bird and committed by
John Paul Adrian Glaubitz
222717d6 57b3ec39

+2 -2
+1 -1
arch/sh/drivers/platform_early.c
··· 1 - // SPDX--License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0 2 2 3 3 #include <asm/platform_early.h> 4 4 #include <linux/mod_devicetable.h>
+1 -1
arch/sh/include/asm/platform_early.h
··· 1 - /* SPDX--License-Identifier: GPL-2.0 */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 3 3 #ifndef __PLATFORM_EARLY__ 4 4 #define __PLATFORM_EARLY__