1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Antonio Ospite 2015-05-01 12:54:38 -05:00 committed by Bob Peterson
parent 086cc672e1
commit 86fbca4923
1 changed files with 2 additions and 2 deletions

View File

@ -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);