You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user