[openwrt/openwrt] treewide: add space before SPDX identifier

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 25 13:34:30 EST 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b69c21738e29f60757bda6970bed1b3e3eee5212

commit b69c21738e29f60757bda6970bed1b3e3eee5212
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Wed Nov 25 19:16:51 2020 +0100

    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 <freifunk at adrianschmutzler.de>
---
 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(-)

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"
 



More information about the lede-commits mailing list