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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D9FA9C6FA86 for ; Tue, 13 Sep 2022 15:52:49 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1oY8DQ-00010v-Ik; Tue, 13 Sep 2022 15:52:48 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oY8DO-00010p-UJ for linux-f2fs-devel@lists.sourceforge.net; Tue, 13 Sep 2022 15:52:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=GXdLgvskMBEj8Bwf1bmyU6kZBFlNXXaoRR/bUNcvDM0=; b=mUcBVhJSbl0tS8iopSdrO/WPRm srj5RYs//QpGtvszUkbpMu0PdW6yRvEjA+V1DlP5xtUrl7vHFII68DJ+FgOiBDLtM+zE7LW+oQ2pA W7qua6GsWVXVUYRW/7MqHbd1OA+xz8fg7SLoHsIqX0Z8suk99Go48TUqd0SgH0r/L+LA=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=GXdLgvskMBEj8Bwf1bmyU6kZBFlNXXaoRR/bUNcvDM0=; b=dNLDqLoukm/JsihwdktdFOWsPL zi+/a8V3/n4IpcZuzr0O78/RZPjAAVL8wwMwvVTqP03oGr9GfIOqhmZOr0DZh6M3BHC6hOAs7EL9A 1Eq7PqybujEP9HYx0bVL8TqPZ5kq9xU/fiD+grNBR3TMUZM7xx4YMVG90JE1apoUKOM8=; Received: from ams.source.kernel.org ([145.40.68.75]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1oY8DI-0006tH-VN for linux-f2fs-devel@lists.sourceforge.net; Tue, 13 Sep 2022 15:52:46 +0000 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 ams.source.kernel.org (Postfix) with ESMTPS id DE357B80F63; Tue, 13 Sep 2022 15:52:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8AFE7C433C1; Tue, 13 Sep 2022 15:52:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663084348; bh=Qbso1G7bFMbOOqDnPgb364wGEcLd5pXd8sBZhrc/NBs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=REdQHWf7iue+vsbo9b1g7grpGR41pnc3SQ7uAinKUglxQ9tTMCMy5AP4o60k6tbcz Xp9qhNZ6ydGQ4D7RbCKR6k9hlzPhcWGfWPlUcEB250grWkSZ5EPT5+1GH8IF2TT7+W WxE43BCf7E4CMmCKaCwahgJoBNn/SQADNEyk7ic3Ygk0RyvnUdLMk31mnwgKz7Q3R/ +Wj7uxtECdehURN32WATHtSP8LW/Z+BFcZu2H7ytJtmSwKsZ/FSyR8jmpVM+/5h0Rf beeRKzanuHZUzhrd+GdZ3bPReasBTohMmfZ1mO8/hFelmdU7o9cDshyuH3wwlQqyTk pTlHtz1yjfH5A== Date: Tue, 13 Sep 2022 08:52:26 -0700 From: Jaegeuk Kim To: Zhang Qilong Message-ID: References: <20220913150604.45447-1-zhangqilong3@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220913150604.45447-1-zhangqilong3@huawei.com> X-Headers-End: 1oY8DI-0006tH-VN Subject: Re: [f2fs-dev] [PATCH -next 0/3] f2fs: clean code and fix type error X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On 09/13, Zhang Qilong wrote: > Found serveral code type errors when review the code and fix it. > There is no function change. Could you please combine them into single patch? Thanks, > > Zhang Qilong (3): > f2fs: insert a space around colon > f2fs: replace spaces with tabs > f2fs: fix a stype error in f2fs_update_extent_tree_range > > fs/f2fs/data.c | 2 +- > fs/f2fs/debug.c | 2 +- > fs/f2fs/extent_cache.c | 2 +- > fs/f2fs/file.c | 2 +- > fs/f2fs/node.c | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > > -- > 2.25.1 _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel