sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/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 Add scripts directory 2011-01-20 20:54:21 +00:00
feature_to_c.sh gdbstub-xml: avoid a warning from sparse 2011-01-23 11:43:25 +00:00
get_maintainer.pl get_maintainer: update to match qemu tree 2011-06-16 00:20:06 +03:00
hxtool Add scripts directory 2011-01-20 20:54:21 +00:00
make_device_config.sh Add scripts directory 2011-01-20 20:54:21 +00:00
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 s390x: s390x-linux-user support 2011-05-20 17:35:12 +02:00
refresh-pxe-roms.sh PXE: Refresh all PXE ROMs from the ipxe submodule 2011-04-18 11:46:41 -06:00
signrom.sh Add scripts directory 2011-01-20 20:54:21 +00:00
simpletrace.py simpletrace: Thread-safe tracing 2011-03-07 15:34:17 +00:00
texi2pod.pl Add scripts directory 2011-01-20 20:54:21 +00:00
tracetool trace: [ust] fix generation of 'trace.c' on events without args 2011-04-26 13:14:49 +01:00
update-linux-headers.sh Add kernel header update script 2011-06-20 15:12:22 -03:00