]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: lustre: ptlrpc: clean up whitespace around braces
authorKristina Martsenko <kristina.martsenko@gmail.com>
Mon, 11 Nov 2013 19:34:59 +0000 (21:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2013 09:33:38 +0000 (18:33 +0900)
commitcb68dd2d0df552fe6c18da86eceda461ec0cc7c8
treef03e74c61094c13795811765d85550c638e0a6d7
parent3949015e4dc169e738bb6f04ef5cbd26253b1cf9
staging: lustre: ptlrpc: clean up whitespace around braces

Fix the following types of checkpatch errors to comply with coding
style:

ERROR: space required after that close brace '}'
ERROR: space required before the open brace '{'

Also change "if (x == 0)" into "if (!x)" on one line, to avoid
introducing new checkpatch issues.

Signed-off-by: Kristina Martsenko <kristina.martsenko@gmail.com>
Reviewed-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/client.c
drivers/staging/lustre/lustre/ptlrpc/gss/sec_gss.c
drivers/staging/lustre/lustre/ptlrpc/niobuf.c
drivers/staging/lustre/lustre/ptlrpc/ptlrpc_internal.h
drivers/staging/lustre/lustre/ptlrpc/service.c