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 6CDAFC433F5 for ; Tue, 24 May 2022 16:28:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239667AbiEXQ2t (ORCPT ); Tue, 24 May 2022 12:28:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239453AbiEXQ2l (ORCPT ); Tue, 24 May 2022 12:28:41 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DEDA2393CC; Tue, 24 May 2022 09:28:38 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 1A7E71F91F; Tue, 24 May 2022 16:28:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1653409717; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tKhGa58SrsnUfyW/JWAjM50iyFwr8mDs6St37E4ZsaA=; b=ENZrrts7jtluhJ2cFLrUUsqx0X7pb7T/QYrNHNTQqCwUhjvlJwAXPq3zDSQcRDf6Mmk8E7 Vt/7uxJZx3GXMxjo4R7eZWpz28TJF8LEeWNmpiIJB43HG58XhWwZtgeO+GekBRDD8VF1hi g73wsvP4Wkun3ov9NP0d4joTnrZIV/U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1653409717; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tKhGa58SrsnUfyW/JWAjM50iyFwr8mDs6St37E4ZsaA=; b=oJNVk9djcObIj4wMIPixF3qpfo6iIPcPGf8aeU2CMRZjxkI6s58TKRXSWF+/KfpwLMUfHq 2VGa8iTS4qAEyuBQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id CC6AE13ADF; Tue, 24 May 2022 16:28:36 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id AMGEMLQHjWJ1WQAAMHmgww (envelope-from ); Tue, 24 May 2022 16:28:36 +0000 Date: Tue, 24 May 2022 18:24:14 +0200 From: David Sterba To: Julia Lawall Cc: Chris Mason , kernel-janitors@vger.kernel.org, Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] btrfs: fix typos in comments Message-ID: <20220524162414.GU18596@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Julia Lawall , Chris Mason , kernel-janitors@vger.kernel.org, Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220521111145.81697-5-Julia.Lawall@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220521111145.81697-5-Julia.Lawall@inria.fr> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 21, 2022 at 01:10:15PM +0200, Julia Lawall wrote: > Spelling mistakes (triple letters) in comments. > Detected with the help of Coccinelle. The tool to check typos is codespell, however it does not catch either of the words you're fixing. We do typo fixing in bigger batches so I'd rather fix all of them, I found about 10 more.