projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2837461
)
KVM: x86: fix typo at kvm_arch_hardware_setup comment
author
Marcelo Tosatti
<mtosatti@redhat.com>
Mon, 11 Jun 2018 17:12:10 +0000
(14:12 -0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 14 Jun 2018 15:42:47 +0000
(17:42 +0200)
Fix typo in sentence about min value calculation.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/x86.c
b/arch/x86/kvm/x86.c
index 6bcecc325e7ef9654e898982cb5ddb2064fa736b..0046aa70205aa2dfbc0577065250be717ca25b4e 100644
(file)
--- a/
arch/x86/kvm/x86.c
+++ b/
arch/x86/kvm/x86.c
@@
-8567,7
+8567,7
@@
int kvm_arch_hardware_setup(void)
/*
* Make sure the user can only configure tsc_khz values that
* fit into a signed integer.
- * A min value is not calculated
needed
because it will always
+ * A min value is not calculated because it will always
* be 1 on all machines.
*/
u64 max = min(0x7fffffffULL,