Przeglądaj źródła

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 <[email protected]>
Adrian Schmutzler 5 lat temu
rodzic
commit
b69c21738e

+ 1 - 1
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"
 

+ 1 - 1
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"
 

+ 1 - 1
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"
 

+ 1 - 1
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"
 

+ 1 - 1
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"