diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2018-12-14 13:30:48 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-12-14 13:30:48 +0000 |
commit | 8c06fbdf36bf4d4d486116200248730887a4d7d6 (patch) | |
tree | ccc37e4dda8286dc04aa4e17c88443923b24ad6e /hw/intc/openpic_kvm.c | |
parent | 0f98c9945899c5dfacd5a410ff04178eda605a16 (diff) |
scripts/checkpatch.pl: Enforce multiline comment syntax
We now require Linux-kernel-style multiline comments:
/*
* line one
* line two
*/
Enforce this in checkpatch.pl, by backporting the relevant
parts of the Linux kernel's checkpatch.pl. (The only changes
needed are that Linux's checkpatch.pl WARN() function takes
an extra argument that ours does not, and the kernel has a
special case for networking code we don't want.)"
The kernel's checkpatch does not enforce "leading /* on
a line of its own, so that part is unique to QEMU's checkpatch.
Sample warning output:
WARNING: Block comments use a leading /* on a separate line
#34: FILE: hw/intc/arm_gicv3_common.c:39:
+ /* Older versions of QEMU had a bug in the handling of state save/restore
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'hw/intc/openpic_kvm.c')
0 files changed, 0 insertions, 0 deletions