]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging/lustre: Fix blank line before EXPORT_SYMBOL()
authorEmoly Liu <emoly.liu@intel.com>
Sun, 19 Jun 2016 03:53:10 +0000 (23:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Jun 2016 04:18:43 +0000 (21:18 -0700)
This patch fixes one checkpatch warning in lustre:
WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable

Signed-off-by: Emoly Liu <emoly.liu@intel.com>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c

index fe6f7a62c6cc07dab71ed0a6a898644eac0108d3..bc93b75744e1b466ebc5e781e3a28f95ebc78860 100644 (file)
@@ -1158,7 +1158,6 @@ void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes)
 
        lprocfs_counter_add(svc_stats, idx, bytes);
 }
-
 EXPORT_SYMBOL(ptlrpc_lprocfs_brw);
 
 void ptlrpc_lprocfs_unregister_service(struct ptlrpc_service *svc)