Skip to content

Commit 222717d

Browse files
tbird20dglaubitz
authored andcommitted
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 <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 57b3ec3 commit 222717d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/sh/drivers/platform_early.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX--License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0
22

33
#include <asm/platform_early.h>
44
#include <linux/mod_devicetable.h>

arch/sh/include/asm/platform_early.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX--License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 */
22

33
#ifndef __PLATFORM_EARLY__
44
#define __PLATFORM_EARLY__

0 commit comments

Comments
 (0)