commit | ff81ff10b4417952919dcc0bd67effa9ceb411c0 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Jan 08 11:05:17 2009 -0800 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:03:04 2009 +0200 |
tree | a9f0a4f00441dc1f425aab0e694628eb6f817dca | |
parent | a26b73ad5e763db1b01cca6965ac3b65fe36e82a [diff] [blame] |
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>
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 3a60c3f..db5021b 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c
@@ -250,7 +250,7 @@ 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; }