The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 1/3] pinctrl: bcm: fix SPDX comment style in header
@ 2026-05-11 18:29 Mayur Kumar
  0 siblings, 0 replies; only message in thread
From: Mayur Kumar @ 2026-05-11 18:29 UTC (permalink / raw)
  To: linusw; +Cc: kuba, alexander.deucher, linux-gpio, linux-kernel, Mayur Kumar

Header files should use the C-style '/*' block comment for SPDX
license identifiers. Correct the style in pinctrl-bcm63xx.h
to satisfy checkpatch requirements.

Signed-off-by: Mayur Kumar <kmayur809@gmail.com>
---
 drivers/pinctrl/bcm/pinctrl-bcm63xx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/bcm/pinctrl-bcm63xx.h b/drivers/pinctrl/bcm/pinctrl-bcm63xx.h
index 95243027ecd..3dcfabb94ec 100644
--- a/drivers/pinctrl/bcm/pinctrl-bcm63xx.h
+++ b/drivers/pinctrl/bcm/pinctrl-bcm63xx.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2021 Álvaro Fernández Rojas <noltari@gmail.com>
  * Copyright (C) 2016 Jonas Gorski <jonas.gorski@gmail.com>
-- 
2.34.1


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

only message in thread, other threads:[~2026-05-11 18:29 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:29 [PATCH 1/3] pinctrl: bcm: 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