diff options
| author | Mayur Kumar <kmayur809@gmail.com> | 2026-05-12 00:00:02 +0530 |
|---|---|---|
| committer | Linus Walleij <linusw@kernel.org> | 2026-05-27 15:15:03 +0200 |
| commit | 00e79cfd64ded7526d3c754d99e35fd8cb6ef46d (patch) | |
| tree | eb20752e13724da914ea2a461a4003482a644d73 | |
| parent | 949c51bfda675a9921fa2cf7ecd7ccf4da4f2e7d (diff) | |
pinctrl: actions: fix SPDX comment style in header
Header files should use the C-style '/*' block comment for SPDX
license identifiers. Correct the style in pinctrl-owl.h
to satisfy checkpatch requirements.
Signed-off-by: Mayur Kumar <kmayur809@gmail.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
| -rw-r--r-- | drivers/pinctrl/actions/pinctrl-owl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/actions/pinctrl-owl.h b/drivers/pinctrl/actions/pinctrl-owl.h index dae2e8363fd5..feee7ad7e27e 100644 --- a/drivers/pinctrl/actions/pinctrl-owl.h +++ b/drivers/pinctrl/actions/pinctrl-owl.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * OWL SoC's Pinctrl definitions * |
