From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755253AbbB0I0l (ORCPT ); Fri, 27 Feb 2015 03:26:41 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:38075 "EHLO e06smtp10.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754912AbbB0I0J (ORCPT ); Fri, 27 Feb 2015 03:26:09 -0500 Message-ID: <54F02A1C.9050703@de.ibm.com> Date: Fri, 27 Feb 2015 09:26:04 +0100 From: Christian Borntraeger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Yannick Guerrini CC: cornelia.huck@de.ibm.com, linux390@de.ibm.com, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] KVM/s390: Fix trivial typo in comments References: <1424989004-14412-1-git-send-email-yguerrini@tomshardware.fr> In-Reply-To: <1424989004-14412-1-git-send-email-yguerrini@tomshardware.fr> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15022708-0041-0000-0000-00000362C29A Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 26.02.2015 um 23:16 schrieb Yannick Guerrini: > Change 'architecuture' to 'architecture' > > Signed-off-by: Yannick Guerrini Thanks, applied. > --- > arch/s390/kvm/gaccess.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/s390/kvm/gaccess.c b/arch/s390/kvm/gaccess.c > index 267523c..633fe9b 100644 > --- a/arch/s390/kvm/gaccess.c > +++ b/arch/s390/kvm/gaccess.c > @@ -333,7 +333,7 @@ static int deref_table(struct kvm *kvm, unsigned long gpa, unsigned long *val) > * @write: indicates if access is a write access > * > * Translate a guest virtual address into a guest absolute address by means > - * of dynamic address translation as specified by the architecuture. > + * of dynamic address translation as specified by the architecture. > * If the resulting absolute address is not available in the configuration > * an addressing exception is indicated and @gpa will not be changed. > * >