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/mt7628an_xiaomi_mir4a-100m.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/mt7628an_xiaomi_mir4a-100m.dts') 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