summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorMarcelo Tosatti2018-06-11 19:12:10 +0200
committerPaolo Bonzini2018-06-14 17:42:47 +0200
commit273ba45796c14b4a2b669098f13d576b9e233dd8 (patch)
tree7b655340a716427231df2951e12f1cd9c5ab54c8 /arch/x86/kvm/x86.c
parentMerge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... (diff)
downloadkernel-qcow2-linux-273ba45796c14b4a2b669098f13d576b9e233dd8.tar.gz
kernel-qcow2-linux-273ba45796c14b4a2b669098f13d576b9e233dd8.tar.xz
kernel-qcow2-linux-273ba45796c14b4a2b669098f13d576b9e233dd8.zip
KVM: x86: fix typo at kvm_arch_hardware_setup comment
Fix typo in sentence about min value calculation. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 6bcecc325e7e..0046aa70205a 100644
--- 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,