Staging: lustre: libcfs: Remove braces for single statement blocks
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 5 Sep 2015 13:28:21 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:49 +0000 (18:24 -0700)
commitbd2909f7591b4177b31f14d19b2e9c37e7e93675
tree2cb55fad7369fcb6eb97c789f94dd53b97680f8c
parent1b779d2e1b7244677917b521304257ee76045f6d
Staging: lustre: libcfs: 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/libcfs/linux/linux-crypto.c