net: dsa: 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>
Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de>
Reviewed-by: FLorian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20230823085632.116725-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2023-08-23 10:56:32 +02:00 committed by Jakub Kicinski
parent 3c5066c6b0
commit 59da988576
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/* /*
* Northstar Plus switch SerDes/SGMII PHY main logic * Northstar Plus switch SerDes/SGMII PHY main logic
* *

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* /*
* Northstar Plus switch SerDes/SGMII PHY definitions * Northstar Plus switch SerDes/SGMII PHY definitions
* *

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0 or MIT) // SPDX-License-Identifier: (GPL-2.0 OR MIT)
/* /*
* DSA driver for: * DSA driver for:
* Hirschmann Hellcreek TSN switch. * Hirschmann Hellcreek TSN switch.

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: (GPL-2.0 or MIT) */ /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/* /*
* DSA driver for: * DSA driver for:
* Hirschmann Hellcreek TSN switch. * Hirschmann Hellcreek TSN switch.

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: (GPL-2.0 or MIT) */ /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/* /*
* Hirschmann Hellcreek TSN switch platform data. * Hirschmann Hellcreek TSN switch platform data.
* *