Commit 222717d6 authored by Tim Bird's avatar Tim Bird Committed by John Paul Adrian Glaubitz
Browse files

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: default avatarTim Bird <tim.bird@sony.com>
Reviewed-by: default avatarJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
parent 57b3ec39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// SPDX--License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0

#include <asm/platform_early.h>
#include <linux/mod_devicetable.h>
+1 −1
Original line number Diff line number Diff line
/* SPDX--License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __PLATFORM_EARLY__
#define __PLATFORM_EARLY__