Commit ff81ff10 authored by Joe Perches's avatar Joe Perches Committed by Avi Kivity

KVM: SVM: Fix typo in has_svm()

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent a26b73ad
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment