diff options
author | Antonio Ospite <ao2@ao2.it> | 2015-05-01 20:54:38 +0300 |
---|---|---|
committer | Bob Peterson <rpeterso@redhat.com> | 2015-05-01 20:54:38 +0300 |
commit | 86fbca4923f956dae31247e68dc73ffdfd6e5cb0 (patch) | |
tree | d20603657e4be07749d5557de2bd5a86eb36f71a /fs/gfs2 | |
parent | 086cc672e1cb600b9c17688a4aa44560db858c03 (diff) | |
download | linux-86fbca4923f956dae31247e68dc73ffdfd6e5cb0.tar.xz |
GFS2: inode.c: indent with TABs, not spaces
Follow the same style used for the other functions in the same file.
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 08bc84d7e768..2cd385d151b5 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -1227,8 +1227,8 @@ static int gfs2_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, */ static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry, - struct file *file, unsigned flags, - umode_t mode, int *opened) + struct file *file, unsigned flags, + umode_t mode, int *opened) { struct dentry *d; bool excl = !!(flags & O_EXCL); |