Commit 59da9885 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Jakub Kicinski
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKurt Kanzenbach <kurt@linutronix.de>
Reviewed-by: default avatarFLorian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20230823085632.116725-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 3c5066c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// 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
 *
+1 −1
Original line number Diff line number Diff line
/* 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
 *
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 or MIT)
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * DSA driver for:
 * Hirschmann Hellcreek TSN switch.
+1 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: (GPL-2.0 or MIT) */
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/*
 * DSA driver for:
 * Hirschmann Hellcreek TSN switch.
+1 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: (GPL-2.0 or MIT) */
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/*
 * Hirschmann Hellcreek TSN switch platform data.
 *