* [PATCH] soc: qcom: cmd-db: use C-style SPDX comment for source file
@ 2026-05-10 19:38 Mayur Kumar
2026-05-11 6:42 ` Sneh Mankad
0 siblings, 1 reply; 2+ messages in thread
From: Mayur Kumar @ 2026-05-10 19:38 UTC (permalink / raw)
To: andersson, konradybcio; +Cc: linux-arm-msm, linux-kernel, Mayur Kumar
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@gmail.com>
---
drivers/soc/qcom/cmd-db.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/qcom/cmd-db.c b/drivers/soc/qcom/cmd-db.c
index 84a75d8c4b7..3f1eee78438 100644
--- a/drivers/soc/qcom/cmd-db.c
+++ b/drivers/soc/qcom/cmd-db.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2016-2018, 2020, The Linux Foundation. All rights reserved.
* Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] soc: qcom: cmd-db: use C-style SPDX comment for source file
2026-05-10 19:38 [PATCH] soc: qcom: cmd-db: use C-style SPDX comment for source file Mayur Kumar
@ 2026-05-11 6:42 ` Sneh Mankad
0 siblings, 0 replies; 2+ messages in thread
From: Sneh Mankad @ 2026-05-11 6:42 UTC (permalink / raw)
To: Mayur Kumar, andersson, konradybcio; +Cc: linux-arm-msm, linux-kernel
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@gmail.com>
Reviewed-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
Thanks
Sneh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-11 6:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-10 19:38 [PATCH] soc: qcom: cmd-db: use C-style SPDX comment for source file Mayur Kumar
2026-05-11 6:42 ` Sneh Mankad
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox