diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-12-14 10:33:22 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-11 15:46:55 +0100 |
commit | 6afeb39713010742b4c45e2693ee7b3bf098fba8 (patch) | |
tree | 73a2aa36ef7027185beb5f9e97d468f2fd4f67ca /include/sysemu | |
parent | 7d2fcebbdc853d722852849ea61dc23662114487 (diff) | |
download | qemu-6afeb39713010742b4c45e2693ee7b3bf098fba8.zip |
scripts: add script to convert multiline comments into 4-line format
Since we're adding checkpatch rules to enforce 4-line multiline comment
format, i.e. with lone /* and */, this script can be run on existing
code so that the comment style does not become inconsistent within a
file.
The alternative to awk-in-a-shell-script could be Perl, which also
supports -i directly, but a2p seems to have bitrotten and I didn't quite
feel like writing this twice...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/sysemu')
0 files changed, 0 insertions, 0 deletions