From patchwork Sat Jun 11 03:26:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Devin Nakamura X-Patchwork-Id: 99977 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E3E20B709A for ; Sat, 11 Jun 2011 13:29:03 +1000 (EST) Received: from localhost ([::1]:51172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVEsc-0002P5-Vj for incoming@patchwork.ozlabs.org; Fri, 10 Jun 2011 23:28:59 -0400 Received: from eggs.gnu.org ([140.186.70.92]:55795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVEqd-0002Ov-Rf for qemu-devel@nongnu.org; Fri, 10 Jun 2011 23:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVEqd-00007g-1h for qemu-devel@nongnu.org; Fri, 10 Jun 2011 23:26:55 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:40691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVEqc-00007Z-Vd for qemu-devel@nongnu.org; Fri, 10 Jun 2011 23:26:55 -0400 Received: by vxb37 with SMTP id 37so3021251vxb.4 for ; Fri, 10 Jun 2011 20:26:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=nMq0U+avA9UW9JI0m6+wwEY0dAgF7B57C6doLTpHeJM=; b=OZ/DBCqUFWMfEM5aq8nSAGUfBkOCqNLB3KIbS15oua/TIpwjvglORXW5MQmEQPaO22 02yQbVNjUGA8JGwgH1TNLsLWOtm1VsA5aqN136KHWRk5Lhca/c9UFgxd0z1Pf0uy6UUG RHzOTz8Db9Y2vjOfR92ZnCSVxvBcBlORqbUxA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=wgN+XdyFn1ZmT3SpR0i46OZVjaVzfoA/m19nl1BUCT+ZcrhCDFOedz9+8bPpYl3bzm AqQNA8GY3zrTtjBY14j9z8nPBGGINlUOEC020ZScu8SGie4hRC10goet44qq6ZtbvHkE Ub5SB1ElBCnz+SXFNBliq0zsOG/tS7t6KcHRk= Received: by 10.52.98.97 with SMTP id eh1mr4062093vdb.7.1307762814123; Fri, 10 Jun 2011 20:26:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.160.74 with HTTP; Fri, 10 Jun 2011 20:26:34 -0700 (PDT) From: Devin Nakamura Date: Fri, 10 Jun 2011 23:26:34 -0400 Message-ID: To: qemu-devel@nongnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.173 Subject: [Qemu-devel] [PATCH] Replaced tabs with spaces in block.h and block_int.h X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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, QEMUIOVector *iov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque); BlockDriverAIOCB *bdrv_aio_flush(BlockDriverState *bs, - BlockDriverCompletionFunc *cb, void *opaque); + BlockDriverCompletionFunc *cb, void *opaque); void bdrv_aio_cancel(BlockDriverAIOCB *acb); typedef struct BlockRequest { @@ -150,7 +150,7 @@ void bdrv_close_all(void); int bdrv_discard(BlockDriverState *bs, int64_t sector_num, int nb_sectors); int bdrv_has_zero_init(BlockDriverState *bs); int bdrv_is_allocated(BlockDriverState *bs, int64_t sector_num, int nb_sectors, - int *pnum); + int *pnum); #define BIOS_ATA_TRANSLATION_AUTO 0 #define BIOS_ATA_TRANSLATION_NONE 1 diff --git a/block_int.h b/block_int.h index eefbd34..5ffc1a9 100644 --- a/block_int.h +++ b/block_int.h @@ -213,8 +213,8 @@ struct BlockDriverState { void *private; }; -#define CHANGE_MEDIA 0x01 -#define CHANGE_SIZE 0x02 +#define CHANGE_MEDIA 0x01 +#define CHANGE_SIZE 0x02 struct BlockDriverAIOCB { AIOPool *pool;