On 1 April 2015 at 16:39, Alex Bennée <alex.bennee@xxxxxxxxxx> wrote: > --- a/target-arm/kvm.c > +++ b/target-arm/kvm.c > @@ -28,6 +28,8 @@ const KVMCapabilityInfo kvm_arch_required_capabilities[] = { > KVM_CAP_LAST_INFO > }; > > +static bool cap_has_mp_state = false; This explicit init to false is unnecessary, and checkpatch complains about it. I will fix this as I apply to my tree. -- PMM -- 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