From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK6Fb-0000G3-2O for qemu-devel@nongnu.org; Tue, 28 Jul 2015 10:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK6FW-0002Xw-B9 for qemu-devel@nongnu.org; Tue, 28 Jul 2015 10:53:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK6FW-0002Xs-5z for qemu-devel@nongnu.org; Tue, 28 Jul 2015 10:52:58 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id BFD97BC8DE for ; Tue, 28 Jul 2015 14:52:57 +0000 (UTC) From: Igor Mammedov Date: Tue, 28 Jul 2015 16:52:50 +0200 Message-Id: <1438095173-7417-2-git-send-email-imammedo@redhat.com> In-Reply-To: <1438095173-7417-1-git-send-email-imammedo@redhat.com> References: <1438095173-7417-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH for-2.5 1/4] vhost: codding style fix tab indents List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com Signed-off-by: Igor Mammedov --- hw/virtio/vhost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index e964004..2be269f 100644 --- a/hw/virtio/vhost.c +++ b/hw/virtio/vhost.c @@ -384,8 +384,8 @@ static int vhost_verify_ring_mappings(struct vhost_dev *dev, } static struct vhost_memory_region *vhost_dev_find_reg(struct vhost_dev *dev, - uint64_t start_addr, - uint64_t size) + uint64_t start_addr, + uint64_t size) { int i, n = dev->mem->nregions; for (i = 0; i < n; ++i) { -- 1.8.3.1