From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt3F5-00057j-SY for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:45:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt3F0-00052f-74 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:45:30 -0400 Received: from [199.232.76.173] (port=44787 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt3F0-00052V-3I for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:45:26 -0400 Received: from mx20.gnu.org ([199.232.41.8]:48987) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mt3Ez-0006LK-Ki for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:45:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt3Ey-0005NJ-OD for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:45:25 -0400 Date: Wed, 30 Sep 2009 19:43:23 +0200 From: "Michael S. Tsirkin" Message-ID: <20090930174323.GA1399@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 00/13] coding style nits List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org 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(-)