projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a26b73a
)
KVM: SVM: Fix typo in has_svm()
author
Joe Perches
<joe@perches.com>
Thu, 8 Jan 2009 19:05:17 +0000
(11:05 -0800)
committer
Avi Kivity
<avi@redhat.com>
Tue, 24 Mar 2009 09:03:04 +0000
(11:03 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/svm.c
b/arch/x86/kvm/svm.c
index 3a60c3f04e65ed4afa8c5cf67c503112833c1456..db5021b2b5a8226fcd40be83a913918286dfea0c 100644
(file)
--- a/
arch/x86/kvm/svm.c
+++ b/
arch/x86/kvm/svm.c
@@
-250,7
+250,7
@@
static int has_svm(void)
const char *msg;
if (!cpu_has_svm(&msg)) {
- printk(KERN_INFO "has_sv
n
: %s\n", msg);
+ printk(KERN_INFO "has_sv
m
: %s\n", msg);
return 0;
}