diff options
| author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-13 13:55:56 -0500 |
|---|---|---|
| committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-13 20:29:51 -0500 |
| commit | 55480a06e9ee8d05d0e580bf46611df489653c76 (patch) | |
| tree | 5e84360a299051720943a3ce0a2713f4165d1ca0 | |
| parent | 7a65004bbaa6a21a0438aac9c64814e46084dc3f (diff) | |
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>
| -rw-r--r-- | fs/nilfs2/segbuf.c | 2 | ||||
| -rw-r--r-- | fs/nilfs2/segment.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/nilfs2/segbuf.c b/fs/nilfs2/segbuf.c index e3f67c6ce1a7..636eaafd6ea2 100644 --- a/fs/nilfs2/segbuf.c +++ b/fs/nilfs2/segbuf.c | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | struct nilfs_write_info { | 32 | struct nilfs_write_info { |
| 33 | struct the_nilfs *nilfs; | 33 | struct the_nilfs *nilfs; |
| 34 | struct bio *bio; | 34 | struct bio *bio; |
| 35 | int start, end; /* The region to be submitted */ | 35 | int start, end; /* The region to be submitted */ |
| 36 | int rest_blocks; | 36 | int rest_blocks; |
| 37 | int max_pages; | 37 | int max_pages; |
| 38 | int nr_vecs; | 38 | int nr_vecs; |
diff --git a/fs/nilfs2/segment.h b/fs/nilfs2/segment.h index 2a794569dd14..82dfd6a686b9 100644 --- a/fs/nilfs2/segment.h +++ b/fs/nilfs2/segment.h | |||
| @@ -71,7 +71,7 @@ struct nilfs_recovery_info { | |||
| 71 | */ | 71 | */ |
| 72 | struct nilfs_cstage { | 72 | struct nilfs_cstage { |
| 73 | int scnt; | 73 | int scnt; |
| 74 | unsigned flags; | 74 | unsigned flags; |
| 75 | struct nilfs_inode_info *dirty_file_ptr; | 75 | struct nilfs_inode_info *dirty_file_ptr; |
| 76 | struct nilfs_inode_info *gc_inode_ptr; | 76 | struct nilfs_inode_info *gc_inode_ptr; |
| 77 | }; | 77 | }; |
