mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-30 19:41:15 +00:00
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:
parent
3c5066c6b0
commit
59da988576
@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user