Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756543AbbFPLey (ORCPT ); Tue, 16 Jun 2015 07:34:54 -0400 Received: from mail-qk0-f181.google.com ([209.85.220.181]:33611 "EHLO mail-qk0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754651AbbFPLej (ORCPT ); Tue, 16 Jun 2015 07:34:39 -0400 From: Kevin Mulvey X-Google-Original-From: Kevin Mulvey To: Gleb Natapov , Paolo Bonzini , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Kevin Mulvey Subject: [PATCH 2/2] KVM: fix checkpatch.pl errors in kvm/coalesced_mmio.h Date: Tue, 16 Jun 2015 07:34:00 -0400 Message-Id: <1434454440-6096-2-git-send-email-kmulvey@linux.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1434454440-6096-1-git-send-email-kmulvey@linux.com> References: <1434454440-6096-1-git-send-email-kmulvey@linux.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1136 Lines: 31 Tabs rather than spaces Signed-off-by: Kevin Mulvey --- virt/kvm/coalesced_mmio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virt/kvm/coalesced_mmio.h b/virt/kvm/coalesced_mmio.h index b280c20..5cbf190 100644 --- a/virt/kvm/coalesced_mmio.h +++ b/virt/kvm/coalesced_mmio.h @@ -24,9 +24,9 @@ struct kvm_coalesced_mmio_dev { int kvm_coalesced_mmio_init(struct kvm *kvm); void kvm_coalesced_mmio_free(struct kvm *kvm); int kvm_vm_ioctl_register_coalesced_mmio(struct kvm *kvm, - struct kvm_coalesced_mmio_zone *zone); + struct kvm_coalesced_mmio_zone *zone); int kvm_vm_ioctl_unregister_coalesced_mmio(struct kvm *kvm, - struct kvm_coalesced_mmio_zone *zone); + struct kvm_coalesced_mmio_zone *zone); #else -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/