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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E423C433EF for ; Tue, 5 Jul 2022 10:41:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232649AbiGEKlT (ORCPT ); Tue, 5 Jul 2022 06:41:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232361AbiGEKks (ORCPT ); Tue, 5 Jul 2022 06:40:48 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 463E915730; Tue, 5 Jul 2022 03:40:47 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1o8fyz-0002Jv-02; Tue, 05 Jul 2022 12:40:41 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 4D8A0C0230; Tue, 5 Jul 2022 12:22:02 +0200 (CEST) Date: Tue, 5 Jul 2022 12:22:02 +0200 From: Thomas Bogendoerfer To: Jiang Jian Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: Alchemy: devboards: Remove duplicate 'the' in two places. Message-ID: <20220705102202.GC9951@alpha.franken.de> References: <20220621163418.28663-1-jiangjian@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220621163418.28663-1-jiangjian@cdjrlc.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 22, 2022 at 12:34:18AM +0800, Jiang Jian wrote: > file: ./arch/mips/alchemy/devboards/pm.c > line: 20 > * sources and configure the timeout after which the the TOYMATCH2 irq > changed to > * sources and configure the timeout after which the TOYMATCH2 irq > > Signed-off-by: Jiang Jian > --- > arch/mips/alchemy/devboards/pm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/mips/alchemy/devboards/pm.c b/arch/mips/alchemy/devboards/pm.c > index 73c77814687a..b17a0d199851 100644 > --- a/arch/mips/alchemy/devboards/pm.c > +++ b/arch/mips/alchemy/devboards/pm.c > @@ -17,7 +17,7 @@ > * Generic suspend userspace interface for Alchemy development boards. > * This code exports a few sysfs nodes under /sys/power/db1x/ which > * can be used by userspace to en/disable all au1x-provided wakeup > - * sources and configure the timeout after which the the TOYMATCH2 irq > + * sources and configure the timeout after which the TOYMATCH2 irq > * is to trigger a wakeup. > */ > > -- > 2.17.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 ]