From b69c21738e29f60757bda6970bed1b3e3eee5212 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 25 Nov 2020 19:16:51 +0100 Subject: treewide: add space before SPDX identifier Strictly, an SPDX identifier requires a space between the comment marker and the identifier itself. The choice of the comment marker itself is irrelevant. Correct: // SPDX-License-Identifier: GPL-2.0-or-later OR MIT Wrong: //SPDX-License-Identifier: GPL-2.0-or-later OR MIT Fix that in the whole tree (actually, only ramips contained wrong uses). Found by checkpatch.pl Signed-off-by: Adrian Schmutzler --- target/linux/ramips/dts/mt7620a_cameo_810.dtsi | 2 +- target/linux/ramips/dts/mt7620a_trendnet_tew-810dr.dts | 2 +- target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts | 2 +- target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4c.dts | 2 +- target/linux/ramips/dts/mt7628an_xiaomi_mir4a-100m.dts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux') diff --git a/target/linux/ramips/dts/mt7620a_cameo_810.dtsi b/target/linux/ramips/dts/mt7620a_cameo_810.dtsi index 3ec31238b4..c3f3267d38 100644 --- a/target/linux/ramips/dts/mt7620a_cameo_810.dtsi +++ b/target/linux/ramips/dts/mt7620a_cameo_810.dtsi @@ -1,4 +1,4 @@ -//SPDX-License-Identifier: GPL-2.0-or-later OR MIT +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "mt7620a.dtsi" diff --git a/target/linux/ramips/dts/mt7620a_trendnet_tew-810dr.dts b/target/linux/ramips/dts/mt7620a_trendnet_tew-810dr.dts index 767da53f65..6c6ea18bf4 100644 --- a/target/linux/ramips/dts/mt7620a_trendnet_tew-810dr.dts +++ b/target/linux/ramips/dts/mt7620a_trendnet_tew-810dr.dts @@ -1,4 +1,4 @@ -//SPDX-License-Identifier: GPL-2.0-or-later OR MIT +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "mt7620a_cameo_810.dtsi" diff --git a/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts b/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts index 670edaa78d..1246651204 100644 --- a/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts +++ b/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts @@ -1,4 +1,4 @@ -//SPDX-License-Identifier: GPL-2.0-or-later OR MIT +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "mt7628an.dtsi" diff --git a/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4c.dts b/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4c.dts index a6445c8717..f459ae0358 100644 --- a/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4c.dts +++ b/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4c.dts @@ -1,4 +1,4 @@ -//SPDX-License-Identifier: GPL-2.0-or-later OR MIT +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "mt7628an.dtsi" diff --git a/target/linux/ramips/dts/mt7628an_xiaomi_mir4a-100m.dts b/target/linux/ramips/dts/mt7628an_xiaomi_mir4a-100m.dts index 727c27d573..c4912048f5 100644 --- a/target/linux/ramips/dts/mt7628an_xiaomi_mir4a-100m.dts +++ b/target/linux/ramips/dts/mt7628an_xiaomi_mir4a-100m.dts @@ -1,4 +1,4 @@ -//SPDX-License-Identifier: GPL-2.0-or-later OR MIT +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "mt7628an.dtsi" -- cgit v1.2.3