]> git.ipfire.org Git - thirdparty/qemu.git/commit
checkpatch: cull trailing '*/' in SPDX check
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 16 Sep 2025 08:16:31 +0000 (09:16 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 16 Sep 2025 17:31:40 +0000 (13:31 -0400)
commit4b948222c0801ddd428ca2e4260181ba35b219a3
tree27ce41eb79f3d437994307ce8f57a63353d3c8d0
parent190d5d7fd725ff754f94e8e0cbfb69f279c82b5d
checkpatch: cull trailing '*/' in SPDX check

Sometimes SPDX expressions appear inside C comments, and this
confuses checkpatch.pl. Drop the closing C comment characters
to avoid this.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20250916081638.764020-2-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
scripts/checkpatch.pl