The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 2/3] pinctrl: actions: fix SPDX comment style in header
@ 2026-05-11 18:30 Mayur Kumar
  0 siblings, 0 replies; only message in thread
From: Mayur Kumar @ 2026-05-11 18:30 UTC (permalink / raw)
  To: linusw, afaerber, mani
  Cc: linux-gpio, linux-arm-kernel, linux-actions, linux-kernel,
	Mayur Kumar

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>
---
 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 dae2e8363fd..feee7ad7e27 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.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-11 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 18:30 [PATCH 2/3] pinctrl: actions: fix SPDX comment style in header Mayur Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox