Re: [PATCH] soc: qcom: cmd-db: use C-style SPDX comment for source file
From: Sneh Mankad
Date: Mon May 11 2026 - 02:43:36 EST
On 11-May-26 1:08 AM, Mayur Kumar wrote:
checkpatch.pl reports an improper SPDX comment style for this file:
WARNING: Improper SPDX comment style for 'drivers/soc/qcom/cmd-db.c',
please use '//' instead
Per Documentation/process/license-rules.rst, C source files must use the
'// SPDX-License-Identifier: ...' form instead of the '/* ... */' form.
Fix it.
Signed-off-by: Mayur Kumar <kmayur809@xxxxxxxxx>
Reviewed-by: Sneh Mankad <sneh.mankad@xxxxxxxxxxxxxxxx>
Thanks
Sneh