]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
pinctrl: actions: fix SPDX comment style in header
authorMayur Kumar <kmayur809@gmail.com>
Mon, 11 May 2026 18:30:02 +0000 (00:00 +0530)
committerLinus Walleij <linusw@kernel.org>
Wed, 27 May 2026 13:15:03 +0000 (15:15 +0200)
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>
drivers/pinctrl/actions/pinctrl-owl.h

index dae2e8363fd5d7e63f6a22ee7c61c6e9ac047579..feee7ad7e27ecf80f2f7d31eedecaf98d131582d 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * OWL SoC's Pinctrl definitions
  *