Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05e0c8c3 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Unindent some code



Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent e6adf283
Loading
Loading
Loading
Loading
+29 −29
Original line number Diff line number Diff line
@@ -1998,12 +1998,13 @@ static int vmx_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)

	asm ("mov %0, %%ds; mov %0, %%es" : : "r"(__USER_DS));

	if (fail) {
	if (unlikely(fail)) {
		kvm_run->exit_reason = KVM_EXIT_FAIL_ENTRY;
		kvm_run->fail_entry.hardware_entry_failure_reason
			= vmcs_read32(VM_INSTRUCTION_ERROR);
		r = 0;
	} else {
		goto out;
	}
	/*
	 * Profile KVM exit RIPs:
	 */
@@ -2032,7 +2033,6 @@ static int vmx_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
			goto again;
		}
	}
	}

out:
	/*