Commit aa006b2e authored by Liam Merwick's avatar Liam Merwick Committed by Sean Christopherson
Browse files

KVM: fix typo in kvm_vm_set_mem_attributes() comment

parent 741e595f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2562,7 +2562,7 @@ static int kvm_vm_set_mem_attributes(struct kvm *kvm, gfn_t start, gfn_t end,

	mutex_lock(&kvm->slots_lock);

	/* Nothing to do if the entire range as the desired attributes. */
	/* Nothing to do if the entire range has the desired attributes. */
	if (kvm_range_has_memory_attributes(kvm, start, end, ~0, attributes))
		goto out_unlock;