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 <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230823085601.116562-1-krzysztof.kozlowski@linaro.org Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 82f07f1 commit 926ce6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)