From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTnqQ-0003Ei-Kt for qemu-devel@nongnu.org; Thu, 11 Feb 2016 04:47:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTnqM-0005gX-Jj for qemu-devel@nongnu.org; Thu, 11 Feb 2016 04:47:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTnqM-0005gT-DW for qemu-devel@nongnu.org; Thu, 11 Feb 2016 04:47:22 -0500 References: <1446112118-12376-1-git-send-email-leonid@daynix.com> <87wprgz557.fsf@blackfin.pond.sub.org> From: Paolo Bonzini Message-ID: <56BC58A5.60100@redhat.com> Date: Thu, 11 Feb 2016 10:47:17 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] checkpatch: Fixing two cases of false positives in checkpatch.pl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Bloch , QEMU Cc: Blue Swirl , Peter Maydell , Markus Armbruster On 11/02/2016 10:43, Leonid Bloch wrote: > ping > > http://patchwork.ozlabs.org/patch/537763 > http://patchwork.ozlabs.org/patch/537762 > > On Sun, Jan 31, 2016 at 4:13 PM, Leonid Bloch wrote: >> ping >> >> http://patchwork.ozlabs.org/patch/537763 >> http://patchwork.ozlabs.org/patch/537762 >> >> On Mon, Jan 11, 2016 at 2:12 PM, Markus Armbruster >> wrote: >>> >>> Copying Paolo. >>> >>> Leonid Bloch writes: >>> >>>> This series addresses two cases where errors were printed if whitespaces >>>> appeared in front of a square bracket in places where there should be no >>>> problem with such placements (please see messages of individual >>>> commits). >>>> >>>> Leonid Bloch (2): >>>> checkpatch: Eliminate false positive in case of comma-space-square >>>> bracket >>>> checkpatch: Eliminate false positive in case of space before square >>>> bracket in a definition >>>> >>>> scripts/checkpatch.pl | 6 +++++- >>>> 1 file changed, 5 insertions(+), 1 deletion(-) >>> >> Thanks, applied to my queue. Paolo