Skip to content

Commit bbbda79

Browse files
Guo Chaomatosatti
authored andcommitted
KVM: x86: Fix typos in cpuid.c
Signed-off-by: Guo Chao <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]>
1 parent fc05868 commit bbbda79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kvm/cpuid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ static int do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function,
316316
}
317317
case 7: {
318318
entry->flags |= KVM_CPUID_FLAG_SIGNIFCANT_INDEX;
319-
/* Mask ebx against host capbability word 9 */
319+
/* Mask ebx against host capability word 9 */
320320
if (index == 0) {
321321
entry->ebx &= kvm_supported_word9_x86_features;
322322
cpuid_mask(&entry->ebx, 9);

0 commit comments

Comments
 (0)