commit | 447a5647c9e7ab97780541f546a90e2620caa487 | [log] [tgz] |
---|---|---|
author | Joe Perches <[email protected]> | Wed Mar 21 15:09:32 2018 -0700 |
committer | Jiri Kosina <[email protected]> | Mon Mar 26 11:13:09 2018 +0200 |
tree | ef8376ae7612ef3ae1455ce29627e240adf9aebe | |
parent | 3215b9d57a2c75c4305a3956ca303d7004485200 [diff] [blame] |
treewide: Align function definition open/close braces Some functions definitions have either the initial open brace and/or the closing brace outside of column 1. Move those braces to column 1. This allows various function analyzers like gnu complexity to work properly for these modified functions. Signed-off-by: Joe Perches <[email protected]> Acked-by: Andy Shevchenko <[email protected]> Acked-by: Paul Moore <[email protected]> Acked-by: Alex Deucher <[email protected]> Acked-by: Dave Chinner <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Acked-by: Alexandre Belloni <[email protected]> Acked-by: Martin K. Petersen <[email protected]> Acked-by: Takashi Iwai <[email protected]> Acked-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Acked-by: Nicolin Chen <[email protected]> Acked-by: Martin K. Petersen <[email protected]> Acked-by: Steven Rostedt (VMware) <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
diff --git a/fs/ocfs2/stack_user.c b/fs/ocfs2/stack_user.c index dae9eb7..d2fb97b 100644 --- a/fs/ocfs2/stack_user.c +++ b/fs/ocfs2/stack_user.c
@@ -398,7 +398,7 @@ static int ocfs2_control_do_setnode_msg(struct file *file, static int ocfs2_control_do_setversion_msg(struct file *file, struct ocfs2_control_message_setv *msg) - { +{ long major, minor; char *ptr = NULL; struct ocfs2_control_private *p = file->private_data;