From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezNjv-0003xD-H9 for qemu-devel@nongnu.org; Fri, 23 Mar 2018 10:32:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezNju-000363-H6 for qemu-devel@nongnu.org; Fri, 23 Mar 2018 10:32:19 -0400 From: Laurent Vivier Date: Fri, 23 Mar 2018 15:31:57 +0100 Message-Id: <20180323143202.28879-1-lvivier@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/5] coccinelle: re-run scripts from scripts/coccinelle List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexander Graf , "Michael S. Tsirkin" , qemu-block@nongnu.org, Paolo Bonzini , Fam Zheng , qemu-trivial@nongnu.org, Alberto Garcia , qemu-ppc@nongnu.org, Kevin Wolf , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Max Reitz , Max Filippov , "Dr. David Alan Gilbert" , Peter Crosthwaite , qemu-arm@nongnu.org, Yongbok Kim , Aurelien Jarno , Markus Armbruster , Jason Wang , Igor Mitsyanko , Eduardo Habkost , Eric Blake , David Gibson , Peter Maydell , Richard Henderson , Laurent Vivier I've re-run some scripts from the coccinelle directory, and they have found some problems. This series fixes them. v2: only change PATCH 4/4 - keep comments - fix indentation I didn't remove changes in autogenerated files as it seems they are generated only once. Daniel P. Berrang=C3=A9 (1): make: improve check for stale generated files in source dir Laurent Vivier (4): error: Strip trailing '\n' from error string arguments (again again) error: Remove NULL checks on error_propagate() calls qdict: remove useless cast Remove unnecessary variables for function return value Makefile | 29 +++++++---- accel/tcg/translate-all.c | 5 +- block/nvme.c | 11 ++--- block/quorum.c | 6 +-- hw/arm/exynos4210.c | 6 +-- hw/block/vhost-user-blk.c | 5 +- hw/hppa/dino.c | 5 +- hw/misc/mos6522.c | 8 +--- hw/net/ftgmac100.c | 5 +- hw/ppc/pnv_lpc.c | 16 ++----- io/channel-websock.c | 4 +- io/net-listener.c | 6 +-- monitor.c | 2 +- target/i386/hax-darwin.c | 10 ++-- target/i386/hvf/hvf.c | 24 +++++----- target/mips/dsp_helper.c | 15 ++---- target/xtensa/core-dc232b/xtensa-modules.c | 56 ++++++----------= ------ target/xtensa/core-dc233c/xtensa-modules.c | 56 ++++++----------= ------ target/xtensa/core-de212/xtensa-modules.c | 48 +++++-----------= --- target/xtensa/core-fsf/xtensa-modules.c | 32 ++++--------- .../xtensa/core-sample_controller/xtensa-modules.c | 24 +++------- target/xtensa/translate.c | 7 +-- tests/m48t59-test.c | 6 +-- tests/test-thread-pool.c | 6 +-- util/uri.c | 5 +- 25 files changed, 117 insertions(+), 280 deletions(-) --=20 2.14.3