Skip to content

Commit 59da988

Browse files
krzkkuba-moo
authored andcommitted
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 <[email protected]> Reviewed-by: Kurt Kanzenbach <[email protected]> Reviewed-by: FLorian Fainelli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 3c5066c commit 59da988

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

drivers/net/dsa/b53/b53_serdes.c

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 BSD-3-Clause
1+
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
33
* Northstar Plus switch SerDes/SGMII PHY main logic
44
*

drivers/net/dsa/b53/b53_serdes.h

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 BSD-3-Clause */
1+
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
22
/*
33
* Northstar Plus switch SerDes/SGMII PHY definitions
44
*

drivers/net/dsa/hirschmann/hellcreek.c

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
* DSA driver for:
44
* Hirschmann Hellcreek TSN switch.

drivers/net/dsa/hirschmann/hellcreek.h

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
* DSA driver for:
44
* Hirschmann Hellcreek TSN switch.

include/linux/platform_data/hirschmann-hellcreek.h

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
* Hirschmann Hellcreek TSN switch platform data.
44
*

0 commit comments

Comments
 (0)