|
|
Running gnu indent on qemu mangles the code horribly, but also produced
some useful warnings. Here are some fixes.
--
MST
Michael S. Tsirkin (13):
vvfat: fix coding style nit
elfload: fix coding style nit
gdbstub: fix coding style nit
escc: fix coding style nit
omap_dma: fix unbalanced { in commented out code
twl92230: fix old style increment/decrement usage
linux-user: fix old style decrement usage
target-mips: unmatched brackets in if 0
tests: unmatched brackets in if 0
linux-user: fix coding style nit
net: fix coding style nit
slirp: fix unmatched bracket in if 0
escc: fix another coding style nit
block/vvfat.c | 4 ++--
bsd-user/elfload.c | 2 +-
gdbstub.c | 2 +-
hw/escc.c | 8 ++++----
hw/omap_dma.c | 4 +++-
hw/twl92230.c | 4 ++--
linux-user/arm/nwfpe/fpa11.c | 2 +-
linux-user/elfload.c | 2 +-
linux-user/syscall.c | 2 +-
net.c | 2 +-
slirp/ip_input.c | 2 --
target-mips/helper.c | 1 -
tests/sha1.c | 2 +-
13 files changed, 18 insertions(+), 19 deletions(-)
|
|