Skip to content

Commit

Permalink
Staging: lustre: Fix warning detected by coccicheck
Browse files Browse the repository at this point in the history
Removing redundant semicolon as detected by coccicheck.

Signed-off-by: Jayavant Kenjalkar <jgkenjalkar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jayavant Kenjalkar authored and Greg Kroah-Hartman committed Sep 29, 2015
1 parent 2adf5e8 commit 7fb7027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/lustre/lustre/ptlrpc/niobuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7fb7027

Please sign in to comment.