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 91BECC32774 for ; Tue, 23 Aug 2022 20:42:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233799AbiHWUmP (ORCPT ); Tue, 23 Aug 2022 16:42:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232046AbiHWUly (ORCPT ); Tue, 23 Aug 2022 16:41:54 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26CC932C; Tue, 23 Aug 2022 13:32:57 -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 C1EBE1F890; Tue, 23 Aug 2022 20:32:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1661286775; 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=dNjfqP9pOSZPyypyZKjo82S9nrd7G/blt5UA8FIchnI=; b=VvKSEBAdpFCtfwNls+zxCzjP0WeDXB3Dt5YkZacAR9U6eZYD13hMnKU3EUcn4ralKvM8YX KOPoOcKCwVSwd8/JN87WFf0By7I3NZdORm1WTzHlr6/6oYBd1bRd7Uc4jtzxSgIN4xTdc8 7dZmjE9M8f7aXhmFrt/5i0XKCRjxpUE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1661286775; 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=dNjfqP9pOSZPyypyZKjo82S9nrd7G/blt5UA8FIchnI=; b=N/r/D2ahfApLIiNcBpKWQ+vrIDG2dqK8hOaKjMDDZEGnwDCbr4Vkzi8Fvsnm/TkymgAtUk aenik6kPrxQd+ADQ== 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 81ADA13A89; Tue, 23 Aug 2022 20:32:55 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id rdHGHnc5BWMsBwAAMHmgww (envelope-from ); Tue, 23 Aug 2022 20:32:55 +0000 Date: Tue, 23 Aug 2022 22:27:41 +0200 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 mistake "deivce" -> "device" Message-ID: <20220823202741.GP13489@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Colin Ian King , Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220818075537.117851-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220818075537.117851-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-btrfs@vger.kernel.org On Thu, Aug 18, 2022 at 08:55:37AM +0100, Colin Ian King wrote: > There is a spelling mistake in a btrfs_info message. Fix it. Thanks, I've fixed the typo and reworded the message in the original patch.