treewide: add space before SPDX identifier
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 25 Nov 2020 18:16:51 +0000 (19:16 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 25 Nov 2020 18:34:13 +0000 (19:34 +0100)
commitb69c21738e29f60757bda6970bed1b3e3eee5212
treea487236554818cd1f057725ad3636a30a756d3c9
parent4287f739894ba2f95aca107e785b41a053c21315
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@adrianschmutzler.de>
target/linux/ramips/dts/mt7620a_cameo_810.dtsi
target/linux/ramips/dts/mt7620a_trendnet_tew-810dr.dts
target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts
target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4c.dts
target/linux/ramips/dts/mt7628an_xiaomi_mir4a-100m.dts