]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
pinctrl: bcm: fix SPDX comment style in header
authorMayur Kumar <kmayur809@gmail.com>
Mon, 11 May 2026 18:29:43 +0000 (23:59 +0530)
committerLinus Walleij <linusw@kernel.org>
Wed, 27 May 2026 13:14:05 +0000 (15:14 +0200)
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>
drivers/pinctrl/bcm/pinctrl-bcm63xx.h

index 95243027ecd9ecc53afface8281702aebd67ec71..3dcfabb94ece04bc64080466bf825976b9e75ffe 100644 (file)
@@ -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>