From: Krzysztof Kozlowski Date: Wed, 23 Aug 2023 08:52:58 +0000 (+0200) Subject: gpio: mlxbf3: use capital "OR" for multiple licenses in SPDX X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1d2a22fa6d2511d5871d87c15b4fe7a944fe3b2a;p=linux.git gpio: mlxbf3: 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 Reviewed-by: Andy Shevchenko Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-mlxbf3.c b/drivers/gpio/gpio-mlxbf3.c index 0a5f241a83525..7a3e1760fc5b7 100644 --- a/drivers/gpio/gpio-mlxbf3.c +++ b/drivers/gpio/gpio-mlxbf3.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 */ #include