Commit 7fb7027c authored by Jayavant Kenjalkar's avatar Jayavant Kenjalkar Committed by Greg Kroah-Hartman

Staging: lustre: Fix warning detected by coccicheck

Removing redundant semicolon as detected by coccicheck.
Signed-off-by: default avatarJayavant Kenjalkar <jgkenjalkar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2adf5e87
......@@ -600,7 +600,7 @@ int ptl_send_rpc(struct ptlrpc_request *request, int noreply)
/* Manage remote for early replies */
reply_md.options = PTLRPC_MD_OPTIONS | LNET_MD_OP_PUT |
LNET_MD_MANAGE_REMOTE |
LNET_MD_TRUNCATE; /* allow to make EOVERFLOW error */;
LNET_MD_TRUNCATE; /* allow to make EOVERFLOW error */
reply_md.user_ptr = &request->rq_reply_cbid;
reply_md.eq_handle = ptlrpc_eq_h;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment