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>
This commit is contained in:
Родитель
a26b73ad5e
Коммит
ff81ff10b4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче