From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRKui-0006uF-Tr for qemu-devel@nongnu.org; Mon, 07 May 2012 06:11:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRKuh-0001L1-7P for qemu-devel@nongnu.org; Mon, 07 May 2012 06:11:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRKug-0001Ke-Vz for qemu-devel@nongnu.org; Mon, 07 May 2012 06:11:31 -0400 Message-ID: <4FA79FCA.9070500@redhat.com> Date: Mon, 07 May 2012 12:11:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1336121154-26517-1-git-send-email-pbonzini@redhat.com> <1336121154-26517-3-git-send-email-pbonzini@redhat.com> <4FA403BD.2050309@weilnetz.de> <4FA403F6.4070506@redhat.com> <4FA4091F.3010001@weilnetz.de> In-Reply-To: <4FA4091F.3010001@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/14] scsi: prevent data transfer overflow List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Il 04/05/2012 18:51, Stefan Weil ha scritto: > The tabs in patches 6 and 7 are more problematic. > Although they are not at the start of the line, tabs > should be completely avoided (that's my personal > understanding of QEMU's coding rules). ok, I pushed an updated patchset to scsi-next (commit 68bd348ade453821fd5378479e6718e69bf181f1). Paolo