From: Aditya Dabhade Date: Tue, 28 Apr 2026 19:34:59 +0000 (+0530) Subject: phy: airoha: use C-style SPDX comment for header file X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0bd448b5467b7ead268bc3a946c1deabbda70fe0;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20260428193459.5865-1-aditya.dabhade066@gmail.com Signed-off-by: Vinod Koul --- diff --git a/drivers/phy/phy-airoha-pcie-regs.h b/drivers/phy/phy-airoha-pcie-regs.h index b938a7b468fee..58572c7937223 100644 --- a/drivers/phy/phy-airoha-pcie-regs.h +++ b/drivers/phy/phy-airoha-pcie-regs.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0-only +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2024 AIROHA Inc * Author: Lorenzo Bianconi