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

index 39e17532c46063703e56481b5e200a949c32299d..3f519aa01cfd6c8ca2ab64b38f84ce08233c9723 100644 (file)
@@ -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>