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

Commit bbbda795 authored by Guo Chao's avatar Guo Chao Committed by Marcelo Tosatti
Browse files

KVM: x86: Fix typos in cpuid.c

parent fc058680
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -316,7 +316,7 @@ static int do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function,
	}
	}
	case 7: {
	case 7: {
		entry->flags |= KVM_CPUID_FLAG_SIGNIFCANT_INDEX;
		entry->flags |= KVM_CPUID_FLAG_SIGNIFCANT_INDEX;
		/* Mask ebx against host capbability word 9 */
		/* Mask ebx against host capability word 9 */
		if (index == 0) {
		if (index == 0) {
			entry->ebx &= kvm_supported_word9_x86_features;
			entry->ebx &= kvm_supported_word9_x86_features;
			cpuid_mask(&entry->ebx, 9);
			cpuid_mask(&entry->ebx, 9);