Ver Fonte

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>
Marcelo Tosatti há 7 anos atrás
pai
commit
273ba45796
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      arch/x86/kvm/x86.c

+ 1 - 1
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
 		 * Make sure the user can only configure tsc_khz values that
 		 * fit into a signed integer.
 		 * 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.
 		 * be 1 on all machines.
 		 */
 		 */
 		u64 max = min(0x7fffffffULL,
 		u64 max = min(0x7fffffffULL,