Staging: lustre: ptlrpc: Remove braces for single statement blocks
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 5 Sep 2015 13:28:20 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:49 +0000 (18:24 -0700)
commit1b779d2e1b7244677917b521304257ee76045f6d
treee697414e784865a15c85f3b29b8b616ff4b18506
parente72f36e22c4d54642edc7b807dc2ee13724c71a8
Staging: lustre: ptlrpc: Remove braces for single statement blocks

The linux kernel coding style discourages use of braces for single
statement blocks. This patch removes the unnecessary braces.

The warning was detected using checkpatch.pl. Coccinelle was used to
make the change.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/client.c