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 95AF3C05027 for ; Thu, 26 Jan 2023 23:55:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233128AbjAZXzd (ORCPT ); Thu, 26 Jan 2023 18:55:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232541AbjAZXzb (ORCPT ); Thu, 26 Jan 2023 18:55:31 -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 70E404521C; Thu, 26 Jan 2023 15:55:28 -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 0EA2160F27; Thu, 26 Jan 2023 23:55:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5B99C433D2; Thu, 26 Jan 2023 23:55:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674777327; bh=b4RDpwEILaDiIt/LpUYj6ICO+dPIjXDR8ok9CctcPps=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EjNRBD0x7DqI5RWqrQB53Z5Y0dhJERyDmr8qkJ5N0IoJEoVb5kEuCBlXqazqg6NTt 6R1V2ndj99lVu1sCQxKtDdEvjIFacZKGSz+Lhy8uRjmFYWsORmUCS1u6B8hKs7DvvJ j1FgWk9FgznH/mM6ARjb4iGeX/fRGcraMjEx28xzEE+9uopEpF5TN4NUx/rv882+aK 0qPw/IDwT4whMeGcK+EVs7cfVrMEUVyhvhE8ZLvKc3iXMSWP0zWUKUlOon9CyXo0NJ FLHAStWX96PnCHsfv4ZDYqqht1TBsrX82BA4jCSphv+pENkmWr6WVrpyCmT4VPx0nr kJTXOhmZm70/Q== Date: Thu, 26 Jan 2023 15:55:26 -0800 From: Jakub Kicinski To: Luca Ceresoli Cc: Jason Gunthorpe , Leon Romanovsky , Pravin B Shelar , Shengjiu Wang , Xiubo Li , Fabio Estevam , Nicolin Chen , Andrew Morton , 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: <20230126155526.3247785a@kernel.org> In-Reply-To: <20230126152205.959277-1-luca.ceresoli@bootlin.com> References: <20230126152205.959277-1-luca.ceresoli@bootlin.com> 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 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 :(