diff options
author | Michael S. Tsirkin | 2022-11-07 15:52:16 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2022-11-07 20:25:51 +0100 |
commit | 1ef47f40dce3d5b176ddf76d57b5bfa2efb0b3c6 (patch) | |
tree | 56bc52f2372ed6486eddde03af53e40fa66cb2c1 /qapi | |
parent | hw/virtio: introduce virtio_device_should_start (diff) | |
download | qemu-1ef47f40dce3d5b176ddf76d57b5bfa2efb0b3c6.tar.gz qemu-1ef47f40dce3d5b176ddf76d57b5bfa2efb0b3c6.tar.xz qemu-1ef47f40dce3d5b176ddf76d57b5bfa2efb0b3c6.zip |
checkpatch: better pattern for inline comments
checkpatch is unhappy about this line:
WARNING: Block comments use a leading /* on a separate line
#50: FILE: hw/acpi/nvdimm.c:1074:
+ aml_equal(aml_sizeof(pckg), aml_int(1)) /* 1 element? */));
but there's nothing wrong with it - the check is just too simplistic. It
will also miss lines which mix inline and block comments.
Instead, let's strip all inline comments from a line and then check for block
comments.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'qapi')
0 files changed, 0 insertions, 0 deletions