From nobody Tue Sep 16 08:40:28 2025 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 926CAC4332F for ; Wed, 4 Jan 2023 18:40:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239119AbjADSkg (ORCPT ); Wed, 4 Jan 2023 13:40:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240083AbjADSkY (ORCPT ); Wed, 4 Jan 2023 13:40:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADDB717078 for ; Wed, 4 Jan 2023 10:40:23 -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 4A7F9617DC for ; Wed, 4 Jan 2023 18:40:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29394C433EF; Wed, 4 Jan 2023 18:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672857622; bh=AgvoIicDbAjL2bIqMGzkHa0bmy6gZFwnYg4LrDuPsQM=; h=From:To:Cc:Subject:Date:From; b=EpRhy+a7/4yoq6kipl8jUSnNFF4cG2nAdzmg5hL+Mm02MbR6wGEINkdQWR5Zy8CZn femonJMDRwCDZmFt0kyj0QL+l0cNPSEq2DKq+dChdd6PJVRKp0KzN3vvZ7ojnvkhVu Md2NrrhmeQMdU2nHx0bmBgkqHGnEHD3fjCuvXdN5/kA9MjXYhq5vNcgG9A5GcfWCB2 ioUjA73HIGfQ+Pao8wl8xsdClGyripYq3wQUXp7cpFUOx0zyfUsS2QeOob2FVpJx/w sEe7ES6WqygtUuKDXciSxC32lqu+GcxcX5sNGYmLG1+ZrcyqVr/deDrZ5N0zwSOehg vn5KXce/G+I4g== From: SeongJae Park To: akpm@linux-foundation.org Cc: colin.i.king@gmail.com, dfustini@baylibre.com, joe@perches.com, rdunlap@infradead.org, linux-kernel@vger.kernel.org, SeongJae Park Subject: [PATCH v2] scripts/spelling: add a few more typos Date: Wed, 4 Jan 2023 18:40:17 +0000 Message-Id: <20230104184017.1724-1-sj@kernel.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add a few more typos that found from real patches[1,2] to 'spelling' file. [1] https://lore.kernel.org/linux-mm/4bc4ab74-3ccd-f892-b387-d48451463d3c@h= uawei.com/ [2] https://lore.kernel.org/damon/20221228174621.34868-1-sj@kernel.org/ Signed-off-by: SeongJae Park Acked-by: Randy Dunlap --- Changes from v1 (https://lore.kernel.org/lkml/20230103175901.128262-1-sj@kernel.org/) - Remove the line adding covert as a typo of convert (Randy Dunlap, Joe Perches) scripts/spelling.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/spelling.txt b/scripts/spelling.txt index ded8bcfc0247..a2ef42eb70d9 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -664,11 +664,13 @@ feauture||feature feautures||features fetaure||feature fetaures||features +fetcing||fetching fileystem||filesystem fimrware||firmware fimware||firmware firmare||firmware firmaware||firmware +firtly||firstly firware||firmware firwmare||firmware finanize||finalize @@ -1558,6 +1560,7 @@ tunning||tuning ture||true tyep||type udpate||update +updtes||updates uesd||used unknwon||unknown uknown||unknown --=20 2.25.1