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 BF5D6C38142 for ; Fri, 27 Jan 2023 20:52:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231486AbjA0Uw5 (ORCPT ); Fri, 27 Jan 2023 15:52:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231163AbjA0Uw4 (ORCPT ); Fri, 27 Jan 2023 15:52:56 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E5A21CAFF; Fri, 27 Jan 2023 12:52:55 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EF0FE61CB2; Fri, 27 Jan 2023 20:52:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA0AFC433D2; Fri, 27 Jan 2023 20:52:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1674852774; bh=EI2Cd7DddQ4cHwZUEfRyPJFASLDITgFJfNb4SBvJYLw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=R5OFcqos3HQAWVVDc/HnM15Sr+c+WZRBXzeCBu/YpesDbR+NFyB63Ki/LLNuDBZ2f hS07f2aywYK3zr3NoQh8p+ko9QG+Q9imfg82EVJHMXw1fLXczGfnCKUiEsrdNG86js 60MpZ4Ka+SfAAhLTam2Bm0hf/FhlTGzPly4haWIM= Date: Fri, 27 Jan 2023 12:52:53 -0800 From: Andrew Morton To: Luca Ceresoli Cc: Jakub Kicinski , Jason Gunthorpe , Leon Romanovsky , Pravin B Shelar , Shengjiu Wang , Xiubo Li , Fabio Estevam , Nicolin Chen , Colin Ian King , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, dev@openvswitch.org, alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, Thomas Petazzoni Subject: Re: [PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances Message-Id: <20230127125253.0cee02d6e286b5f7ac63dab6@linux-foundation.org> In-Reply-To: <20230127092708.43247f7e@booty> References: <20230126152205.959277-1-luca.ceresoli@bootlin.com> <20230126155526.3247785a@kernel.org> <20230127092708.43247f7e@booty> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 27 Jan 2023 09:27:08 +0100 Luca Ceresoli wrote: > > On Thu, 26 Jan 2023 16:22:05 +0100 Luca Ceresoli wrote: > > > Fix typos and add the following to the scripts/spelling.txt: > > > > > > exsits||exists > > > > > > Signed-off-by: Luca Ceresoli > > > > You need to split this up per subsystem, I reckon :( > > Ironically, it was the case initially but I have squashed my commits > based on several prior commits that do it together. Now I rechecked > and it seems like this happened only until July 2019, so apparently the > policy has changed. Will split. It's not worth the effort. I'll send the patch upstream as-is.