提交 0effc8eb 编写于 作者: A Alberto Pires de Oliveira Neto 提交者: 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: NAlberto Pires de Oliveira Neto <mrpenguin2005@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d6f11703
...@@ -326,7 +326,6 @@ static int fld_client_proc_init(struct lu_client_fld *fld) ...@@ -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) void fld_client_proc_fini(struct lu_client_fld *fld)
{ {
return;
} }
#endif #endif
EXPORT_SYMBOL(fld_client_proc_fini); EXPORT_SYMBOL(fld_client_proc_fini);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册