]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: lustre: llite: llite_close.c: Remove unnecessary braces
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 5 Sep 2015 13:28:23 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:49 +0000 (18:24 -0700)
commitd9ec18cf14c6ceefe58e869ebd4104ca61328bfe
treeac79a2e0c1de5cb60d2cdca6c2d685d158519ce0
parent451a377d10728419b8730f427d68697d3eda3f0e
Staging: lustre: llite: llite_close.c: Remove unnecessary braces

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/llite/llite_close.c