]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
phy: airoha: use C-style SPDX comment for header file
authorAditya Dabhade <aditya.dabhade066@gmail.com>
Tue, 28 Apr 2026 19:34:59 +0000 (01:04 +0530)
committerVinod Koul <vkoul@kernel.org>
Sun, 3 May 2026 16:48:37 +0000 (22:18 +0530)
commit0bd448b5467b7ead268bc3a946c1deabbda70fe0
treeb694ac434ad024b10b6847824278ff0d50db830a
parent254f49634ee16a731174d2ae34bc50bd5f45e731
phy: airoha: use C-style SPDX comment for header file

checkpatch reports an improper SPDX comment style for this header:

    WARNING: Improper SPDX comment style for
    'drivers/phy/phy-airoha-pcie-regs.h', please use '/*' instead

Per Documentation/process/license-rules.rst, C header files must use the
'/* SPDX-License-Identifier: ...  */' form instead of the '// ....' form
used in C source files. Fix it.

Signed-off-by: Aditya Dabhade <aditya.dabhade066@gmail.com>
Link: https://patch.msgid.link/20260428193459.5865-1-aditya.dabhade066@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/phy-airoha-pcie-regs.h