Staging: lustre: llite: llite_lib.c: Remove unnecessary braces
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 5 Sep 2015 13:28:24 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:50 +0000 (18:24 -0700)
commit9d927bc51b4f05ac9aebdf42037b4e55957ef42e
treec365554af99049bcc9cb85bf05c8007b8da7b491
parentd9ec18cf14c6ceefe58e869ebd4104ca61328bfe
Staging: lustre: llite: llite_lib.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_lib.c