From: Marcelo Tosatti Date: Mon, 11 Jun 2018 17:12:10 +0000 (-0300) Subject: KVM: x86: fix typo at kvm_arch_hardware_setup comment X-Git-Tag: v4.19~770^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=273ba45796c14b4a2b669098f13d576b9e233dd8;p=platform%2Fkernel%2Flinux-rpi.git KVM: x86: fix typo at kvm_arch_hardware_setup comment Fix typo in sentence about min value calculation. Signed-off-by: Marcelo Tosatti Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 6bcecc3..0046aa7 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,