qemu-e2k/scripts
Pavel Borzenkov 01c4330b58 checkpatch: fix braces {} handling
checkpatch.pl doesn't report warning for if/else statements with missing
'else' braces:

if (something) {
    foo;
} else
    bar;

The patch has been tested using the last 100 commits.

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-08-27 15:44:16 +00:00
..
checkpatch.pl checkpatch: fix braces {} handling 2011-08-27 15:44:16 +00:00
create_config
feature_to_c.sh
get_maintainer.pl
hxtool
make_device_config.sh
ordereddict.py qapi: add ordereddict.py helper library 2011-07-21 16:48:14 -03:00
qapi-commands.py qapi: fix build issue due to missing newline in generated header 2011-08-12 08:31:30 -05:00
qapi-types.py qapi: add qapi-types.py code generator 2011-07-21 16:48:14 -03:00
qapi-visit.py qapi: add qapi-visit.py code generator 2011-07-21 16:48:14 -03:00
qapi.py qapi: add qapi.py helper libraries 2011-07-21 16:48:14 -03:00
qemu-binfmt-conf.sh
refresh-pxe-roms.sh
signrom.sh
simpletrace.py
texi2pod.pl
tracetool
update-linux-headers.sh