summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMayur Kumar <kmayur809@gmail.com>2026-05-11 23:59:43 +0530
committerLinus Walleij <linusw@kernel.org>2026-05-27 15:14:05 +0200
commit949c51bfda675a9921fa2cf7ecd7ccf4da4f2e7d (patch)
treeaa4914cc091b963725ac8f54b9cfd5eb90b2b77d /drivers
parent9da52ee80aee3ab3c69208bd1cfbb4be01371214 (diff)
pinctrl: bcm: fix SPDX comment style in header
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> Signed-off-by: Linus Walleij <linusw@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pinctrl/bcm/pinctrl-bcm63xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/bcm/pinctrl-bcm63xx.h b/drivers/pinctrl/bcm/pinctrl-bcm63xx.h
index 95243027ecd9..3dcfabb94ece 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>