Skip to content

Commit 1d2a22f

Browse files
krzkBartosz Golaszewski
authored andcommitted
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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent db3b16d commit 1d2a22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio-mlxbf3.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
/* Copyright (C) 2022 NVIDIA CORPORATION & AFFILIATES */
33

44
#include <linux/bitfield.h>

0 commit comments

Comments
 (0)