staging: lustre: lustre: fld: lproc_fld.c fixed warning
authorAnil Belur <askb23@gmail.com>
Thu, 19 Jun 2014 11:50:42 +0000 (21:50 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:23:09 +0000 (17:23 -0700)
fixed warning "WARNING: EXPORT_SYMBOL(foo); should immediately follow its
function/variable"

Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fld/fld_request.c

index 1f8abba..211430d 100644 (file)
@@ -324,7 +324,6 @@ void fld_client_proc_fini(struct lu_client_fld *fld)
        return;
 }
 #endif
-
 EXPORT_SYMBOL(fld_client_proc_fini);
 
 static inline int hash_is_sane(int hash)