Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1391145

[PATCH 01/11] nilfs2: fix white space issue in nilfs_mount()

From Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Newsgroups linux.kernel
Subject [PATCH 01/11] nilfs2: fix white space issue in nilfs_mount()
Date 2016-04-29 15:40 +0200
Message-ID <rtgOe-6Lx-9@gated-at.bofh.it> (permalink)
References <rtgOd-6Lx-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fix the following checkpatch.pl error and warnings:

 ERROR: code indent should use tabs where possible
 #1317: FILE: super.c:1317:
 + ^I^Is_new = true;$

 WARNING: please, no space before tabs
 #1317: FILE: super.c:1317:
 + ^I^Is_new = true;$

 WARNING: please, no spaces at the start of a line
 #1317: FILE: super.c:1317:
 + ^I^Is_new = true;$

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
---
 fs/nilfs2/super.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
index 7f5d3d9..e05d184 100644
--- a/fs/nilfs2/super.c
+++ b/fs/nilfs2/super.c
@@ -1316,7 +1316,7 @@ nilfs_mount(struct file_system_type *fs_type, int flags,
 	}
 
 	if (!s->s_root) {
- 		s_new = true;
+		s_new = true;
 
 		/* New superblock instance created */
 		s->s_mode = mode;
-- 
1.8.3.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 01/11] nilfs2: fix white space issue in nilfs_mount() Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2016-04-29 15:40 +0200

csiph-web