Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 785FCC433F5 for ; Tue, 14 Dec 2021 09:34:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232486AbhLNJee (ORCPT ); Tue, 14 Dec 2021 04:34:34 -0500 Received: from elvis.franken.de ([193.175.24.41]:46444 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbhLNJe1 (ORCPT ); Tue, 14 Dec 2021 04:34:27 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1mx4CW-0005hz-02; Tue, 14 Dec 2021 10:34:24 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 5C287C0752; Tue, 14 Dec 2021 10:31:34 +0100 (CET) Date: Tue, 14 Dec 2021 10:31:34 +0100 From: Thomas Bogendoerfer To: Jason Wang Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: fix typo in a comment Message-ID: <20211214093134.GC7220@alpha.franken.de> References: <20211211085715.233633-1-wangborong@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211211085715.233633-1-wangborong@cdjrlc.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 11, 2021 at 04:57:15PM +0800, Jason Wang wrote: > The double `Address' in the comment in line 487 is repeated. Remove one > of them from the comment. > > Signed-off-by: Jason Wang > --- > arch/mips/include/asm/sibyte/sb1250_mc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/mips/include/asm/sibyte/sb1250_mc.h b/arch/mips/include/asm/sibyte/sb1250_mc.h > index c02fe823effc..61411619dff3 100644 > --- a/arch/mips/include/asm/sibyte/sb1250_mc.h > +++ b/arch/mips/include/asm/sibyte/sb1250_mc.h > @@ -484,7 +484,7 @@ > > > /* > - * Bank Address Address Bits Register (Table 6-22) > + * Bank Address Bits Register (Table 6-22) > */ > > #define S_MC_BA_RESERVED 0 > -- > 2.34.1 applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]