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)
commit899821135cb1316752a31f57bd66fbf943ee1ca9
treeb111c4159f615d6152b32727f1707876e05ab28d
parent8bae455e57f1d44fff891a7334d19328b0203e4c
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