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 338D2C6379F for ; Tue, 7 Feb 2023 19:00:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232070AbjBGTA3 (ORCPT ); Tue, 7 Feb 2023 14:00:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232014AbjBGTAX (ORCPT ); Tue, 7 Feb 2023 14:00:23 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3AC0938E8D for ; Tue, 7 Feb 2023 11:00:22 -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 sin.source.kernel.org (Postfix) with ESMTPS id 7CD6ECE1E7E for ; Tue, 7 Feb 2023 19:00:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E0A3FC4339C; Tue, 7 Feb 2023 19:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675796417; bh=tc4dtCKdgQt+/RAfVXhthTde0FWMM+uyaqVv++pKjXI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Z0tjfG+UsSF3NSOUUhryJz/D9ipM7Ey/62L3N+6SSpr7ZPHaNV14CtCpbHVaYFdOo EGmt+mvquUMBlN4XDDh89v/kTouCvLSPOlnzByNQZOnphkem7yTHjYAL5++/xXQ6uJ q8DA+RI1uNs0SFHXOAWOmnavN7HCHMg9XElZzp0NzZ0GOqHuUFP0SDp2M8HGSTfD9m MI/j9CTb9ASAtiDiiYMuFvYSkJ2THPw34OVglJRd3UyoPTCd9EyiiMHknLVa9VOIAZ ZXhJjvhheetVx6k2o+TiL7RUywXRvP+Ci5Nz3f7Jw99jd5CaijigkB1g+FdliUyzbc MJRaBdcI6ZArQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id BB499E55F09; Tue, 7 Feb 2023 19:00:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: fix typos in comments From: patchwork-bot+f2fs@kernel.org Message-Id: <167579641776.24576.16012752036026562631.git-patchwork-notify@kernel.org> Date: Tue, 07 Feb 2023 19:00:17 +0000 References: <20230206115600epcms2p736f05524a361d5926dbb401bdd218f85@epcms2p7> In-Reply-To: <20230206115600epcms2p736f05524a361d5926dbb401bdd218f85@epcms2p7> To: Jinyoung CHOI Cc: jaegeuk@kernel.org, chao@kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 06 Feb 2023 20:56:00 +0900 you wrote: > This patch is to fix typos in f2fs files. > > Signed-off-by: Jinyoung Choi > --- > fs/f2fs/checkpoint.c | 4 ++-- > fs/f2fs/compress.c | 2 +- > fs/f2fs/data.c | 8 ++++---- > fs/f2fs/extent_cache.c | 4 ++-- > fs/f2fs/file.c | 6 +++--- > fs/f2fs/namei.c | 2 +- > fs/f2fs/segment.c | 2 +- > 7 files changed, 14 insertions(+), 14 deletions(-) Here is the summary with links: - [f2fs-dev] f2fs: fix typos in comments https://git.kernel.org/jaegeuk/f2fs/c/146949defda8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html