From 00e79cfd64ded7526d3c754d99e35fd8cb6ef46d Mon Sep 17 00:00:00 2001 From: Mayur Kumar Date: Tue, 12 May 2026 00:00:02 +0530 Subject: [PATCH] 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 --- drivers/pinctrl/actions/pinctrl-owl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.47.3