Home
last modified time | relevance | path

Searched hist:"6 afeb397" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/scripts/
H A Dfix-multiline-comments.sh6afeb397 Fri Dec 14 03:33:22 CST 2018 Paolo Bonzini <pbonzini@redhat.com> 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>