From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 540ABC433DB for ; Mon, 22 Mar 2021 18:44:38 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 494BA61990 for ; Mon, 22 Mar 2021 18:44:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 494BA61990 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4F43M752PGz30Lq for ; Tue, 23 Mar 2021 05:44:35 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=uMpb/T04; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1236::1; helo=casper.infradead.org; envelope-from=rdunlap@infradead.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=uMpb/T04; dkim-atps=neutral Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4F43Lg2qyPz2xgG for ; Tue, 23 Mar 2021 05:44:10 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=ckI2oDkSNlHxwB+Qa10YGdkI1GW+2orJLb949OkIIdQ=; b=uMpb/T04cBIZFG1Ws03pyN6B7R Q1SyhRi5qA7fDNpSZRmz7V5/2V7gkFZ7SY58qziDd/sNqSS8v/hR7OAMMwvISWGMupezSyNHRlXuw xN2kWQTibu5q/AchXXJ5uKZKuhzqM5RJVeEh3mVrbJQUosXLPMdaEKnpFWapFoMmEG1wEFicPHm77 NVe0fuBniUzvYUK29GgAyjKxT6sjDtxtdbAQ9U696NVn4LVELp9TGhS47aVJxDu6lZjK3hue6TNG0 liN08s0vu3UU7iepvijS2jgVt+Kj9gzF55lUggS3QBG0a+Y8JfYovun9Nk4Le4gdmRKltzvhglsS8 UAIu/R2g==; Received: from [2601:1c0:6280:3f0::3ba4] by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lOPWw-008vog-Qk; Mon, 22 Mar 2021 18:44:03 +0000 Subject: Re: [PATCH] powerpc/8xx: Fix a typo To: Bhaskar Chowdhury , mpe@ellerman.id.au, benh@kernel.crashing.org, paulus@samba.org, christophe.leroy@csgroup.eu, rppt@kernel.org, npiggin@gmail.com, akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org References: <20210322120314.2085782-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: <572845d8-3c47-acaa-97ea-7ccfe011b547@infradead.org> Date: Mon, 22 Mar 2021 11:43:55 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210322120314.2085782-1-unixbhaskar@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 3/22/21 5:03 AM, Bhaskar Chowdhury wrote: > > s/poiners/pointers/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > arch/powerpc/kernel/head_8xx.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/powerpc/kernel/head_8xx.S b/arch/powerpc/kernel/head_8xx.S > index 46dff3f9c31f..8a85a984609a 100644 > --- a/arch/powerpc/kernel/head_8xx.S > +++ b/arch/powerpc/kernel/head_8xx.S > @@ -819,7 +819,7 @@ EXPORT_SYMBOL(empty_zero_page) > swapper_pg_dir: > .space PGD_TABLE_SIZE > > -/* Room for two PTE table poiners, usually the kernel and current user > +/* Room for two PTE table pointers, usually the kernel and current user > * pointer to their respective root page table (pgdir). > */ > .globl abatron_pteptrs > -- -- ~Randy