summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.h
diff options
context:
space:
mode:
authorRyusuke Konishi2010-03-13 19:55:56 +0100
committerRyusuke Konishi2010-03-14 02:29:51 +0100
commit55480a06e9ee8d05d0e580bf46611df489653c76 (patch)
tree5e84360a299051720943a3ce0a2713f4165d1ca0 /fs/nilfs2/segment.h
parentnilfs2: fix various typos in comments (diff)
downloadkernel-qcow2-linux-55480a06e9ee8d05d0e580bf46611df489653c76.tar.gz
kernel-qcow2-linux-55480a06e9ee8d05d0e580bf46611df489653c76.tar.xz
kernel-qcow2-linux-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/segment.h')
-rw-r--r--fs/nilfs2/segment.h2
1 files changed, 1 insertions, 1 deletions
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 {
*/
struct nilfs_cstage {
int scnt;
- unsigned flags;
+ unsigned flags;
struct nilfs_inode_info *dirty_file_ptr;
struct nilfs_inode_info *gc_inode_ptr;
};