From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752790Ab3ABXXT (ORCPT ); Wed, 2 Jan 2013 18:23:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62862 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206Ab3ABXXQ (ORCPT ); Wed, 2 Jan 2013 18:23:16 -0500 Date: Wed, 2 Jan 2013 16:02:37 -0200 From: Marcelo Tosatti To: Jesse Larrew Cc: KVM list , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH][TRIVIAL] kvm_para: fix typo in hypercall comments Message-ID: <20130102180237.GA26487@amt.cnet> References: <50C654C7.1050200@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50C654C7.1050200@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 10, 2012 at 03:31:51PM -0600, Jesse Larrew wrote: > > 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(-) Applied, thanks.