From mboxrd@z Thu Jan 1 00:00:00 1970 From: Youngjun Yoo Subject: [PATCH 1/2] fs: f2fs: Replace spaces with tab. Date: Sat, 20 Apr 2019 20:42:41 +0900 Message-ID: <20190420113830.GA3650@willow72> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1hHohS-0000ri-Lo for linux-f2fs-devel@lists.sourceforge.net; Sat, 20 Apr 2019 12:02:30 +0000 Received: from [122.45.59.17] (helo=willow72) by sfi-mx-3.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) id 1hHohQ-001nCN-Aq for linux-f2fs-devel@lists.sourceforge.net; Sat, 20 Apr 2019 12:02:30 +0000 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: jaegeuk@kernel.org Cc: linux-f2fs-devel@lists.sourceforge.net Modify coding style ERROR: code indent should use tabs where possible Signed-off-by: Youngjun Yoo --- fs/f2fs/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c index 63e599524085..a10b5abc1eb2 100644 --- a/fs/f2fs/acl.c +++ b/fs/f2fs/acl.c @@ -326,7 +326,7 @@ static int f2fs_acl_create_masq(struct posix_acl *acl, umode_t *mode_p) } *mode_p = (*mode_p & ~S_IRWXUGO) | mode; - return not_equiv; + return not_equiv; } static int f2fs_acl_create(struct inode *dir, umode_t *mode, -- 2.17.1