Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1b91de8 authored by Emoly Liu's avatar Emoly Liu Committed by Greg Kroah-Hartman
Browse files

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: default avatarEmoly Liu <emoly.liu@intel.com>
Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b53628cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)