From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUzXc-0005u9-Uk for qemu-devel@nongnu.org; Fri, 10 Jun 2011 07:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUzXb-0004Od-5q for qemu-devel@nongnu.org; Fri, 10 Jun 2011 07:06:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUzXa-0004OX-Ot for qemu-devel@nongnu.org; Fri, 10 Jun 2011 07:06:15 -0400 Message-ID: <4DF1FB4F.1020700@redhat.com> Date: Fri, 10 Jun 2011 13:09:03 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Replaced tabs with spaces in block.h and block_int.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Devin Nakamura Cc: qemu-devel@nongnu.org Am 09.06.2011 07:06, schrieb Devin Nakamura: > Signed-off-by: Devin Nakamura > --- > block.h | 6 +++--- > block_int.h | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/block.h b/block.h > index da7d39c..859d1d9 100644 > --- a/block.h > +++ b/block.h > @@ -110,7 +110,7 @@ int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res); > typedef struct BlockDriverAIOCB BlockDriverAIOCB; > typedef void BlockDriverCompletionFunc(void *opaque, int ret); > typedef void BlockDriverDirtyHandler(BlockDriverState *bs, int64_t sector, > - int sector_num); > + int sector_num); > BlockDriverAIOCB *bdrv_aio_readv(BlockDriverState *bs, int64_t sector_num, > QEMUIOVector *iov, int nb_sectors, > BlockDriverCompletionFunc *cb, void *opaque); > @@ -118,7 +118,7 @@ BlockDriverAIOCB *bdrv_aio_writev(BlockDriverState > *bs, int64_t sector_num, The patch is corrupted by this line wrap. This won't happen if you use git send-email. Stefan posted his config for GMail recently, maybe it helps you: > The GMail web interface *always* wraps lines, there doesn't seem to be > a way to disable that. If you send it through GMail's SMTP servers > with git-send-email(1) you'll be fine. > > Here is my .gitconfig: > [sendemail] > smtpserver = smtp.gmail.com > smtpserverport = 587 > smtpencryption = tls > smtpuser = stefanha@gmail.com > chainreplyto = false Kevin