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 479E8C54E94 for ; Wed, 25 Jan 2023 19:14:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235925AbjAYTOn (ORCPT ); Wed, 25 Jan 2023 14:14:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234862AbjAYTOm (ORCPT ); Wed, 25 Jan 2023 14:14:42 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 916D4C157; Wed, 25 Jan 2023 11:14:40 -0800 (PST) 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-out1.suse.de (Postfix) with ESMTPS id 2853521D0C; Wed, 25 Jan 2023 19:14:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1674674079; 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=KPSAzbPpfwjN9iFQ7OUbYUQ3PmJtY4nh/JFayVrEM/o=; b=P2MW2a/vmt7Q/5VUQ64HG3UpsvAzaOq/VOUxgeNKwzLfeLxb4P05fi7GeLVo7UlivzlpuG 7BEKigDmXU5z3gvD0FFQIlaFj+rL4dt7y6AAumIEVfSqRufsRI5HjoUScFbwODP5k/zcTz mRGr1dXMC3VSGro01n+mmj70ppiDPYU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1674674079; 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=KPSAzbPpfwjN9iFQ7OUbYUQ3PmJtY4nh/JFayVrEM/o=; b=RguTEKH+qmg8YroONH+Pd9knBqjeTdSHmusa2gZouP61ZJ5qBBX0FTdHRDVeJzMuom9ek3 GdT+w4DZXnT0g5DA== 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 E82BE1358F; Wed, 25 Jan 2023 19:14:38 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id AhCnN55/0WNYYgAAMHmgww (envelope-from ); Wed, 25 Jan 2023 19:14:38 +0000 Date: Wed, 25 Jan 2023 20:08:56 +0100 From: David Sterba To: Colin Ian King Cc: Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] btrfs: Fix spelling mistakes found using codespell Message-ID: <20230125190856.GW11562@twin.jikos.cz> Reply-To: dsterba@suse.cz References: <20230117100321.113814-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230117100321.113814-1-colin.i.king@gmail.com> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 17, 2023 at 10:03:21AM +0000, Colin Ian King wrote: > There quite a few spelling mistakes as found using codespell. Fix them. > Thanks to David Sterba for pointing these out. > > Signed-off-by: Colin Ian King Added to misc-next, thanks.