]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: remove else after return statement
authorSantha Meena Ramamoorthy <santhameena13@gmail.com>
Sat, 24 Feb 2018 22:56:36 +0000 (14:56 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:17:26 +0000 (04:17 -0800)
commitc77ec994ecdabcd2adc105e6e19a85e45c46939d
treeb111c4159f615d6152b32727f1707876e05ab28d
parentf3d1b0554403ef28e6da9e3e30dfdfdea079c875
staging: lustre: remove else after return statement

Remove else after a return statement as it is not useful. Issue found
using checkpatch.

Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_lib.c