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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 62FA3C4345F for ; Thu, 11 Apr 2024 16:45:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=55vWzkC5meYocmdDwMhaOelCiJeNiHdwircp1qwSCcQ=; b=XtJV5dC2AdVH3/ 6PiuWp8pjDVcHCJizxZCGXjtJHSk+9KFuqHqFms+b7oB8WHY3B0kUXgv/LYII4/cuUpPZJb6iRRvB lLfYybKUKKpB+IUYBF4YFMA+EP1QW3Hsnt6RlB5ZUGjlyhcYY71EN+HHIcpfJ72v8zmc5J1tDvjld gwxJNxf+AXgOfgGhH4TdBZb+W5FXDgh5psvVFBa1MLMLoLTL9dvMaNeuQ9ouc6jYDBm3TyXOhy5Wx 8QqxMQIm2Wp+GDnjjXz66vpzq8T4XSHED02rupDfH2ZqN683VM0fp3wP1KHiDYSUN1ibYz+zJpg+t c6nscevvFgFv+42hbU0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ruxYD-0000000D9Oz-1wcM; Thu, 11 Apr 2024 16:45:25 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ruxY9-0000000D9Ng-2bq4; Thu, 11 Apr 2024 16:45:23 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0C52C113E; Thu, 11 Apr 2024 09:45:50 -0700 (PDT) Received: from [10.1.196.40] (e121345-lin.cambridge.arm.com [10.1.196.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 21A953F6C4; Thu, 11 Apr 2024 09:45:17 -0700 (PDT) Message-ID: Date: Thu, 11 Apr 2024 17:45:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] treewide: Fix common grammar mistake "the the" To: Thorsten Blum , kernel-janitors@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-s390@vger.kernel.org, speakup@linux-speakup.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-wireless@vger.kernel.org, linux-scsi@vger.kernel.org, linux-afs@lists.infradead.org, ecryptfs@vger.kernel.org, netfs@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org, linux-arch@vger.kernel.org, io-uring@vger.kernel.org, cocci@inria.fr, linux-perf-users@vger.kernel.org References: <20240411150437.496153-4-thorsten.blum@toblux.com> From: Robin Murphy Content-Language: en-GB In-Reply-To: <20240411150437.496153-4-thorsten.blum@toblux.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240411_094522_015378_5FEDE4BC X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 11/04/2024 4:04 pm, Thorsten Blum wrote: > Use `find . -type f -exec sed -i 's/\/the/g' {} +` to find all > occurrences of "the the" and replace them with a single "the". > [...] > diff --git a/arch/arm/include/asm/unwind.h b/arch/arm/include/asm/unwind.h > index d60b09a5acfc..a75da9a01f91 100644 > --- a/arch/arm/include/asm/unwind.h > +++ b/arch/arm/include/asm/unwind.h > @@ -10,7 +10,7 @@ > > #ifndef __ASSEMBLY__ > > -/* Unwind reason code according the the ARM EABI documents */ > +/* Unwind reason code according the ARM EABI documents */ Well, that's clearly still not right... repeated words aren't *always* redundant, sometimes they're meant to be other words ;) Thanks, Robin. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel