diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-14 03:55:56 +0900 |
---|---|---|
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-14 10:29:51 +0900 |
commit | 55480a06e9ee8d05d0e580bf46611df489653c76 (patch) | |
tree | 5e84360a299051720943a3ce0a2713f4165d1ca0 /fs/nilfs2/segbuf.c | |
parent | 7a65004bbaa6a21a0438aac9c64814e46084dc3f (diff) | |
download | linux-3.10-55480a06e9ee8d05d0e580bf46611df489653c76.tar.gz linux-3.10-55480a06e9ee8d05d0e580bf46611df489653c76.tar.bz2 linux-3.10-55480a06e9ee8d05d0e580bf46611df489653c76.zip |
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>
Diffstat (limited to 'fs/nilfs2/segbuf.c')
-rw-r--r-- | fs/nilfs2/segbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/segbuf.c b/fs/nilfs2/segbuf.c index e3f67c6ce1a..636eaafd6ea 100644 --- a/fs/nilfs2/segbuf.c +++ b/fs/nilfs2/segbuf.c @@ -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; |