From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xygj9-000755-51 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 07:50:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xygj2-00059R-3h for qemu-devel@nongnu.org; Wed, 10 Dec 2014 07:50:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xygj1-00059G-F8 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 07:50:39 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBACocDa029910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 07:50:38 -0500 From: Markus Armbruster References: <1418110684-19528-1-git-send-email-famz@redhat.com> Date: Wed, 10 Dec 2014 13:50:36 +0100 In-Reply-To: <1418110684-19528-1-git-send-email-famz@redhat.com> (Fam Zheng's message of "Tue, 9 Dec 2014 15:38:02 +0800") Message-ID: <87oarbsm77.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH for-2.3 0/2] block: Fix for trailing whitespace in qemu-img create and its tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi , Max Reitz Fam Zheng writes: > This will make it easier to keep checkpatch.pl happy. > > Fam Zheng (2): > qemu-iotests: Remove traling whitespaces in *.out > block: Don't add trailing space in "Formating..." message Sounds like PATCH 1 breaks the test, and PATCH 2 unbreaks it. If that's the case, they need to be squashed.