Skip to content

Commit

Permalink
power: reset: use capital "OR" for multiple licenses in SPDX
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sebastian Reichel <[email protected]>

Orabug: 36385281

(cherry picked from commit 926ce6b)
cherry-pick-repo=kernel/git/torvalds/linux.git
unmodified-from-upstream: 926ce6b

Signed-off-by: Mikhael Goikhman <[email protected]>
Signed-off-by: Qing Huang <[email protected]>
Reviewed-by: Devesh Sharma <[email protected]>
Signed-off-by: Brian Maly <[email protected]>
  • Loading branch information
krzk authored and Brian Maly committed Jun 5, 2024
1 parent e3b3b4b commit 0464a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/reset/pwr-mlxbf.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 0464a6a

Please sign in to comment.