diff options
author | Emoly Liu <emoly.liu@intel.com> | 2016-06-18 23:53:10 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-19 00:18:43 -0400 |
commit | f1b91de88a8b39f76caa74100cf44828226e00df (patch) | |
tree | 89685ab3dac44c68a1475fb6361120785412a90d | |
parent | b53628cbf9200586a2584cf5ec3bf4e003052178 (diff) |
staging/lustre: Fix blank line before EXPORT_SYMBOL()
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>
-rw-r--r-- | drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c b/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c index fe6f7a62c6cc..bc93b75744e1 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c +++ b/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c | |||
@@ -1158,7 +1158,6 @@ void ptlrpc_lprocfs_brw(struct ptlrpc_request *req, int bytes) | |||
1158 | 1158 | ||
1159 | lprocfs_counter_add(svc_stats, idx, bytes); | 1159 | lprocfs_counter_add(svc_stats, idx, bytes); |
1160 | } | 1160 | } |
1161 | |||
1162 | EXPORT_SYMBOL(ptlrpc_lprocfs_brw); | 1161 | EXPORT_SYMBOL(ptlrpc_lprocfs_brw); |
1163 | 1162 | ||
1164 | void ptlrpc_lprocfs_unregister_service(struct ptlrpc_service *svc) | 1163 | void ptlrpc_lprocfs_unregister_service(struct ptlrpc_service *svc) |