Skip to content

Commit 79f74d4

Browse files
krzkarndb
authored andcommitted
ARM: dts: use capital "OR" for multiple licenses in SPDX
Documentation/process/license-rules.rst and checkpatch expect the SPDX identifier syntax for multiple licenses to use capital "OR". Correct it to keep consistent format and avoid copy-paste issues. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20230823085146.113562-1-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 924832b commit 79f74d4

17 files changed

+17
-17
lines changed

arch/arm/boot/dts/allwinner/sun8i-t113s-mangopi-mq-r-t113.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: (GPL-2.0+ or MIT)
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
22
// Copyright (C) 2022 Arm Ltd.
33

44
#include <dt-bindings/interrupt-controller/irq.h>

arch/arm/boot/dts/allwinner/sun8i-t113s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: (GPL-2.0+ or MIT)
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
22
// Copyright (C) 2022 Arm Ltd.
33

44
#define SOC_PERIPHERAL_IRQ(nr) GIC_SPI nr

arch/arm/boot/dts/allwinner/sunxi-d1s-t113-mangopi-mq-r.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: (GPL-2.0+ or MIT)
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
22
// Copyright (C) 2022 Arm Ltd.
33
/*
44
* Common peripherals and configurations for MangoPi MQ-R boards.

arch/arm/boot/dts/nxp/imx/imx6dl-b105pv2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0 or MIT
1+
// SPDX-License-Identifier: GPL-2.0 OR MIT
22
//
33
// Device Tree Source for General Electric B105Pv2
44
//

arch/arm/boot/dts/nxp/imx/imx6dl-b105v2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0 or MIT
1+
// SPDX-License-Identifier: GPL-2.0 OR MIT
22
//
33
// Device Tree Source for General Electric B105v2
44
//

arch/arm/boot/dts/nxp/imx/imx6dl-b125pv2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0 or MIT
1+
// SPDX-License-Identifier: GPL-2.0 OR MIT
22
//
33
// Device Tree Source for General Electric B125Pv2
44
//

arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0 or MIT
1+
// SPDX-License-Identifier: GPL-2.0 OR MIT
22
//
33
// Device Tree Source for General Electric B125v2
44
//

arch/arm/boot/dts/nxp/imx/imx6dl-b155v2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0 or MIT
1+
// SPDX-License-Identifier: GPL-2.0 OR MIT
22
//
33
// Device Tree Source for General Electric B155v2
44
//

arch/arm/boot/dts/nxp/imx/imx6dl-b1x5pv2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0 or MIT
1+
// SPDX-License-Identifier: GPL-2.0 OR MIT
22
//
33
// Device Tree Source for General Electric B1x5Pv2
44
// patient monitor series

arch/arm/boot/dts/nxp/imx/imx6dl-b1x5v2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0 or MIT
1+
// SPDX-License-Identifier: GPL-2.0 OR MIT
22
//
33
// Device Tree Source for General Electric B1x5v2
44
// patient monitor series

0 commit comments

Comments
 (0)