From: Mayur Kumar Date: Mon, 11 May 2026 18:30:02 +0000 (+0530) Subject: pinctrl: actions: fix SPDX comment style in header X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=00e79cfd64ded7526d3c754d99e35fd8cb6ef46d;p=thirdparty%2Flinux.git 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 Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/actions/pinctrl-owl.h b/drivers/pinctrl/actions/pinctrl-owl.h index dae2e8363fd5d..feee7ad7e27ec 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 *