Staging: lustre: obdclass: Remove braces for single statement blocks
commit451a377d10728419b8730f427d68697d3eda3f0e
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 5 Sep 2015 13:28:22 +0000 (5 18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:49 +0000 (12 18:24 -0700)
tree12f578c99da1074572d939037a06ee8f8e1e3a8b
parentbd2909f7591b4177b31f14d19b2e9c37e7e93675
Staging: lustre: obdclass: 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/obdclass/dt_object.c