1
0
Fork 0

KVM: SVM: Fix typo in has_svm()

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
hifive-unleashed-5.1
Joe Perches 2009-01-08 11:05:17 -08:00 committed by Avi Kivity
parent a26b73ad5e
commit ff81ff10b4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}