The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 3/3] pinctrl: mediatek: 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: sean.wang, linusw, matthias.bgg, angelogioacchino.delregno
  Cc: linux-mediatek, linux-gpio, linux-kernel, linux-arm-kernel,
	Mayur Kumar

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

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

diff --git a/drivers/pinctrl/mediatek/pinctrl-mtk-mt8365.h b/drivers/pinctrl/mediatek/pinctrl-mtk-mt8365.h
index 39e17532c46..fc22f412bd7 100644
--- a/drivers/pinctrl/mediatek/pinctrl-mtk-mt8365.h
+++ b/drivers/pinctrl/mediatek/pinctrl-mtk-mt8365.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2018 MediaTek Inc.
  * Author: Zhiyong Tao <zhiyong.tao@mediatek.com>
-- 
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 3/3] pinctrl: mediatek: 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