Skip to content

Commit

Permalink
KVM: SVM: Fix typo in has_svm()
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Joe Perches authored and Avi Kivity committed Mar 24, 2009
1 parent a26b73a commit ff81ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ static int has_svm(void)
const char *msg;

if (!cpu_has_svm(&msg)) {
printk(KERN_INFO "has_svn: %s\n", msg);
printk(KERN_INFO "has_svm: %s\n", msg);
return 0;
}

Expand Down

0 comments on commit ff81ff1

Please sign in to comment.