Skip to content

Commit 926ce6b

Browse files
krzksre
authored andcommitted
power: reset: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 82f07f1 commit 926ce6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/power/reset/pwr-mlxbf.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-only or BSD-3-Clause
1+
// SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
22

33
/*
44
* Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES.

0 commit comments

Comments
 (0)