diff mbox series

power: reset: use capital "OR" for multiple licenses in SPDX

Message ID 20230823085601.116562-1-krzysztof.kozlowski@linaro.org
State Accepted
Commit 926ce6ba25101ccc659475e01ce5748374ab5856
Headers show
Series power: reset: use capital "OR" for multiple licenses in SPDX | expand

Commit Message

Krzysztof Kozlowski Aug. 23, 2023, 8:56 a.m. UTC
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>
---
 drivers/power/reset/pwr-mlxbf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sebastian Reichel Sept. 12, 2023, 6:12 p.m. UTC | #1
On Wed, 23 Aug 2023 10:56:01 +0200, Krzysztof Kozlowski wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] power: reset: use capital "OR" for multiple licenses in SPDX
      commit: 926ce6ba25101ccc659475e01ce5748374ab5856

Best regards,
diff mbox series

Patch

diff --git a/drivers/power/reset/pwr-mlxbf.c b/drivers/power/reset/pwr-mlxbf.c
index 12dedf841a44..de35d24bb7ef 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.