From: Krzysztof Kozlowski Date: Wed, 23 Aug 2023 08:56:01 +0000 (+0200) Subject: power: reset: use capital "OR" for multiple licenses in SPDX X-Git-Tag: v6.6-rc4~28^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=926ce6ba25101ccc659475e01ce5748374ab5856;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20230823085601.116562-1-krzysztof.kozlowski@linaro.org Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/reset/pwr-mlxbf.c b/drivers/power/reset/pwr-mlxbf.c index 12dedf841a440..de35d24bb7ef3 100644 --- a/drivers/power/reset/pwr-mlxbf.c +++ b/drivers/power/reset/pwr-mlxbf.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0-only or BSD-3-Clause +// SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause /* * Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES.