提交 55480a06 编写于 作者: R Ryusuke Konishi

nilfs2: remove spaces before tabs

This kills the following checkpatch warnings:

 WARNING: please, no space before tabs
 #74: FILE: segment.h:74:
 +^Iunsigned ^I^Iflags;$

 WARNING: please, no space before tabs
 #35: FILE: segbuf.c:35:
 +^Iint ^I^I^Istart, end; /* The region to be submitted */$
Signed-off-by: NRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
上级 7a65004b
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
struct nilfs_write_info { struct nilfs_write_info {
struct the_nilfs *nilfs; struct the_nilfs *nilfs;
struct bio *bio; struct bio *bio;
int start, end; /* The region to be submitted */ int start, end; /* The region to be submitted */
int rest_blocks; int rest_blocks;
int max_pages; int max_pages;
int nr_vecs; int nr_vecs;
......
...@@ -71,7 +71,7 @@ struct nilfs_recovery_info { ...@@ -71,7 +71,7 @@ struct nilfs_recovery_info {
*/ */
struct nilfs_cstage { struct nilfs_cstage {
int scnt; int scnt;
unsigned flags; unsigned flags;
struct nilfs_inode_info *dirty_file_ptr; struct nilfs_inode_info *dirty_file_ptr;
struct nilfs_inode_info *gc_inode_ptr; struct nilfs_inode_info *gc_inode_ptr;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册