From: Antonio Ospite Date: Fri, 1 May 2015 17:54:38 +0000 (-0500) Subject: GFS2: inode.c: indent with TABs, not spaces X-Git-Tag: v4.2-rc1~80^2~12 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=86fbca4923f956dae31247e68dc73ffdfd6e5cb0;p=linux.git 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 Signed-off-by: Bob Peterson --- 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);