staging: lustre: void function return statements are not generally useful.

This patch fixes checkpatch.pl warning.
WARNING: void function return statements are not generally useful

Signed-off-by: Alberto Pires de Oliveira Neto <mrpenguin2005@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Alberto Pires de Oliveira Neto 2015-03-16 22:21:09 -03:00 committed by Greg Kroah-Hartman
parent d6f1170344
commit 0effc8eb94

View File

@ -326,7 +326,6 @@ static int fld_client_proc_init(struct lu_client_fld *fld)
void fld_client_proc_fini(struct lu_client_fld *fld)
{
return;
}
#endif
EXPORT_SYMBOL(fld_client_proc_fini);