From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ez3Y7-0005Bm-HQ for qemu-devel@nongnu.org; Thu, 22 Mar 2018 12:58:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ez3Y6-0002K8-QM for qemu-devel@nongnu.org; Thu, 22 Mar 2018 12:58:47 -0400 References: <20180322161226.29796-1-lvivier@redhat.com> <20180322161226.29796-5-lvivier@redhat.com> From: Laurent Vivier Message-ID: <6fd26097-aa7e-38cf-0d9e-09d0d36bd88b@redhat.com> Date: Thu, 22 Mar 2018 17:58:17 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] Remove unnecessary variables for function return value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: qemu-devel , Peter Crosthwaite , "=?UTF-8?Q?Daniel_P._Berrang=c3=a9?=" , "Dr. David Alan Gilbert" , Paolo Bonzini , David Gibson , Kevin Wolf , Richard Henderson , qemu-arm@nongnu.org, Eric Blake , Jason Wang , Max Reitz , Fam Zheng , QEMU Trivial , Alexander Graf , qemu-ppc , Peter Maydell , Alberto Garcia , qemu-block@nongnu.org, Igor Mitsyanko , Yongbok Kim , "Michael S. Tsirkin" , Aurelien Jarno , Eduardo Habkost , Markus Armbruster On 22/03/2018 17:51, Max Filippov wrote: > On Thu, Mar 22, 2018 at 9:12 AM, Laurent Vivier wrote: >> Re-run Coccinelle script scripts/coccinelle/return_directly.cocci >> >> Signed-off-by: Laurent Vivier >> --- >> 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 +++------- > > These files were autogenerated, fixing them doesn't make much sense. Good to know. They have been already updated by a couple of patches: 8f0a3716e4 Clean up includes d8e39b7062 Use #include "..." for our own headers, <...> for others Perhaps import_core.sh can be updated? Thanks, Laurent