Follow the same style used for the other functions in the same file.

Signed-off-by: Antonio Ospite <a...@ao2.it>
Cc: Steven Whitehouse <swhit...@redhat.com>
Cc: Bob Peterson <rpete...@redhat.com>
Cc: cluster-devel@redhat.com
---
 fs/gfs2/inode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index 1b3ca7a..efd6bfb 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);
-- 
2.1.4

Reply via email to