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 A0712EB64DC for ; Tue, 11 Jul 2023 08:55:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231791AbjGKIzb (ORCPT ); Tue, 11 Jul 2023 04:55:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231879AbjGKIzT (ORCPT ); Tue, 11 Jul 2023 04:55:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0CE26E6B for ; Tue, 11 Jul 2023 01:55:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8CB16613CA for ; Tue, 11 Jul 2023 08:55:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 498A3C433C7; Tue, 11 Jul 2023 08:55:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689065708; bh=XvP89t3HHPBECt9VjL/sHSXNgZhO/iLWIawMuLuiRYQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Aa6IKtgfgiAOOnAqkzTnwcb34RBZLQMO4yt5mdNXg7gLjcb7U5xgthyRyrjzbavNu CeBVIQbAvthbUn7xv+gfeeubMdkNcfUw+SJY0wVQGacfkVOoYJ7E9Ei9coiEvQIoSj gEXuanncPmytzTmcR2PxrZRy4C2XtsAaPLKMgzwNZhNzh/yCZSHauFcMckgrGa0LKj clD/QPAD9Kl6wRieyvLPmXqzjyH7xAFEYpdVVLVbtCyXEqDA2qZ1eGDio4k5yHO2Ej 0NyZk5luszfce9XxgzaDnzQstZN4gvQ+93b3cI4DfGm1t/yrTKi5Vuzw3sIlHoqfGb VTAXDVBw98kCw== Message-ID: <02f16df4-e98b-9156-f0b1-52e86e5a8751@kernel.org> Date: Tue, 11 Jul 2023 16:55:04 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH] f2fs: fix spelling in ABI documentation Content-Language: en-US To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Jaegeuk Kim , linux-f2fs-devel@lists.sourceforge.net, Yangtao Li , Konstantin Vyshetsky References: <20230710052324.2857-1-rdunlap@infradead.org> From: Chao Yu In-Reply-To: <20230710052324.2857-1-rdunlap@infradead.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/7/10 13:23, Randy Dunlap wrote: > Correct spelling problems as identified by codespell. > > Fixes: 9e615dbba41e ("f2fs: add missing description for ipu_policy node") > Fixes: b2e4a2b300e5 ("f2fs: expose discard related parameters in sysfs") > Fixes: 846ae671ad36 ("f2fs: expose extension_list sysfs entry") > Signed-off-by: Randy Dunlap > Cc: Jaegeuk Kim > Cc: Chao Yu > Cc: linux-f2fs-devel@lists.sourceforge.net > Cc: Yangtao Li > Cc: Konstantin Vyshetsky Reviewed-by: Chao Yu Thanks,