From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezUrY-00006M-6d for qemu-devel@nongnu.org; Fri, 23 Mar 2018 18:08:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezUrX-0005YX-FL for qemu-devel@nongnu.org; Fri, 23 Mar 2018 18:08:40 -0400 References: <20180323143202.28879-1-lvivier@redhat.com> From: Laurent Vivier Message-ID: Date: Fri, 23 Mar 2018 23:08:00 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [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: Eric Blake , 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_P._Berrang=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 , David Gibson , Peter Maydell , Richard Henderson On 23/03/2018 18:47, Eric Blake wrote: > On 03/23/2018 09:31 AM, Laurent Vivier wrote: >> 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 >> =C2=A0=C2=A0 - keep comments >> =C2=A0=C2=A0 - fix indentation >> =C2=A0=C2=A0 I didn't remove changes in autogenerated files as it >> =C2=A0=C2=A0 seems they are generated only once. >> >> Daniel P. Berrang=C3=A9 (1): >> =C2=A0=C2=A0 make: improve check for stale generated files in source d= ir >=20 > Is the inclusion of this patch compared to v1 intentional? Oh, no, sorry... I've put this in my branch to test it and forgot to remove it... Thanks, Laurent