From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Larrew Subject: [PATCH][TRIVIAL] kvm_para: fix typo in hypercall comments Date: Mon, 10 Dec 2012 15:31:51 -0600 Message-ID: <50C654C7.1050200@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "linux-kernel@vger.kernel.org" , jlarrew@linux.vnet.ibm.com To: KVM list Return-path: Received: from e32.co.us.ibm.com ([32.97.110.150]:58922 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781Ab2LJVcM (ORCPT ); Mon, 10 Dec 2012 16:32:12 -0500 Received: from /spool/local by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 10 Dec 2012 14:32:11 -0700 Sender: kvm-owner@vger.kernel.org List-ID: Correct a typo in the comment explaining hypercalls. Signed-off-by: Jesse Larrew --- arch/x86/include/asm/kvm_para.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para.h index eb3e9d8..f49c16d 100644 --- a/arch/x86/include/asm/kvm_para.h +++ b/arch/x86/include/asm/kvm_para.h @@ -122,7 +122,7 @@ static inline bool kvm_check_and_clear_guest_paused(void) * * Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively. * The hypercall number should be placed in rax and the return value will be - * placed in rax. No other registers will be clobbered unless explicited + * placed in rax. No other registers will be clobbered unless explicitly * noted by the particular hypercall. */ -- 1.7.11.7 Jesse Larrew Software Engineer, KVM Team IBM Linux Technology Center Phone: (512) 973-2052 (T/L: 363-2052) jlarrew@linux.vnet.ibm.com