Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932455AbbFIImj (ORCPT ); Tue, 9 Jun 2015 04:42:39 -0400 Received: from mail-ig0-f182.google.com ([209.85.213.182]:33213 "EHLO mail-ig0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932245AbbFIImb (ORCPT ); Tue, 9 Jun 2015 04:42:31 -0400 MIME-Version: 1.0 In-Reply-To: <024f01d0a280$e561f460$b025dd20$@lge.com> References: <024f01d0a280$e561f460$b025dd20$@lge.com> Date: Tue, 9 Jun 2015 09:42:30 +0100 Message-ID: Subject: Re: [PATCH] ARM: pgtable: Fix typo in the comment From: Steve Capper To: Hyuk Myeong Cc: "linux@arm.linux.org.uk" , "akpm@linux-foundation.org" , kirill.shutemov@linux.intel.com, Catalin Marinas , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1323 Lines: 40 On 9 June 2015 at 07:52, Hyuk Myeong wrote: > This patch fix a spelling typo in the comment in pgtable-2level.h. > Hi Hyuk, > Signed-off-by: Hyuk Myeong > --- > arch/arm/include/asm/pgtable-2level.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/include/asm/pgtable-2level.h > b/arch/arm/include/asm/pgtable-2level.h > index bfd662e..49f91be 100644 > --- a/arch/arm/include/asm/pgtable-2level.h > +++ b/arch/arm/include/asm/pgtable-2level.h > @@ -66,7 +66,7 @@ > * > * However, when the "young" bit is cleared, we deny access to the page > * by clearing the hardware PTE. Currently Linux does not flush the TLB > - * for us in this case, which means the TLB will retain the transation > + * for us in this case, which means the TLB will retain the transaction Don't you mean "translation" rather than "transaction"? Cheers, -- Steve > * until either the TLB entry is evicted under pressure, or a context > * switch which changes the user space mapping occurs. > */ > -- > 1.9.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/