Staging: lustre: lnet: Remove braces for single statement blocks
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 5 Sep 2015 13:28:25 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:50 +0000 (18:24 -0700)
commite03b80cfc2d43b1f3ee9e854450aa5691dc92a8a
tree92792bee6c0d1626cfc4c399f1345148292c63d0
parent9d927bc51b4f05ac9aebdf42037b4e55957ef42e
Staging: lustre: lnet: 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/lnet/klnds/o2iblnd/o2iblnd_cb.c