On 11/09/2015 08:12, Wei Yang wrote: > After 'commit 0b8ba4a2b658 ("KVM: fix checkpatch.pl errors in > kvm/coalesced_mmio.h")', the declaration of the two function will exceed 80 > characters. > > This patch reduces the TAPs to make each line in 80 characters. > > Signed-off-by: Wei Yang <weiyang@xxxxxxxxxxxxxxxxxx> > --- > virt/kvm/coalesced_mmio.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/virt/kvm/coalesced_mmio.h b/virt/kvm/coalesced_mmio.h > index 5cbf190..6bca74c 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 > > Ouch. I wonder what I did to get that result. Applied, thanks. Paolo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html