mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 05:31:17 -04:00
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:
committed by
Greg Kroah-Hartman
parent
d6f1170344
commit
0effc8eb94
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user