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: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
struct nilfs_write_info {
|
||||
struct the_nilfs *nilfs;
|
||||
struct bio *bio;
|
||||
int start, end; /* The region to be submitted */
|
||||
int start, end; /* The region to be submitted */
|
||||
int rest_blocks;
|
||||
int max_pages;
|
||||
int nr_vecs;
|
||||
|
Reference in New Issue
Block a user