staging: lustre: void function return statements are not generally useful.
authorAlberto Pires de Oliveira Neto <mrpenguin2005@gmail.com>
Tue, 17 Mar 2015 01:21:09 +0000 (22:21 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 09:38:44 +0000 (10:38 +0100)
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>
drivers/staging/lustre/lustre/fld/fld_request.c

index 22e0d94bb0f8ec63272fb7d1670d997e2bb77fc5..6ac225e90ee079ab29df68cff3abd133512b36be 100644 (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);
This page took 0.024886 seconds and 5 git commands to generate.