From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrjpJ-0004bT-JC for qemu-devel@nongnu.org; Thu, 29 Oct 2015 05:48:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrjpE-0003AM-RC for qemu-devel@nongnu.org; Thu, 29 Oct 2015 05:48:57 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:34050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrjpE-0003AI-Ka for qemu-devel@nongnu.org; Thu, 29 Oct 2015 05:48:52 -0400 Received: by wikq8 with SMTP id q8so278584080wik.1 for ; Thu, 29 Oct 2015 02:48:51 -0700 (PDT) From: Leonid Bloch Date: Thu, 29 Oct 2015 11:48:36 +0200 Message-Id: <1446112118-12376-1-git-send-email-leonid@daynix.com> Subject: [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: qemu-devel@nongnu.org Cc: Blue Swirl 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(-) -- 2.4.3