Skip to content

Commit 05c618f

Browse files
krzkarndb
authored andcommitted
arm64: 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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Sudeep Holla <[email protected]> Acked-by: Jernej Skrabec <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Acked-by: Florian Fainelli <[email protected]> # Broadcom Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 79f74d4 commit 05c618f

38 files changed

+38
-38
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a100-allwinner-perf1.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
* Copyright (c) 2020 Yangtao Li <[email protected]>
44
*/

arch/arm64/boot/dts/allwinner/sun50i-a100.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
* Copyright (c) 2020 Yangtao Li <[email protected]>
44
*/

arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-model-b.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
* Copyright (C) 2019 Corentin LABBE <[email protected]>
44
*/

arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero.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
* Copyright (C) 2020 Arm Ltd.
44
*

arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero2.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
* Copyright (C) 2020 Arm Ltd.
44
*/

arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.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
* Copyright (C) 2021 Arm Ltd.
44
*/

arch/arm64/boot/dts/allwinner/sun50i-h618-orangepi-zero3.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
* Copyright (C) 2023 Arm Ltd.
44
*/

arch/arm64/boot/dts/arm/corstone1000-fvp.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
* Copyright (c) 2022, Arm Limited. All rights reserved.
44
* Copyright (c) 2022, Linaro Limited. All rights reserved.

arch/arm64/boot/dts/arm/corstone1000-mps3.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
* Copyright (c) 2022, Arm Limited. All rights reserved.
44
* Copyright (c) 2022, Linaro Limited. All rights reserved.

arch/arm64/boot/dts/arm/corstone1000.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
* Copyright (c) 2022, Arm Limited. All rights reserved.
44
* Copyright (c) 2022, Linaro Limited. All rights reserved.

0 commit comments

Comments
 (0)