Commit 0effc8eb authored by Alberto Pires de Oliveira Neto's avatar Alberto Pires de Oliveira Neto Committed by Greg Kroah-Hartman

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: default avatarAlberto Pires de Oliveira Neto <mrpenguin2005@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6f11703
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment