aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorJayavant Kenjalkar <jgkenjalkar@gmail.com>2015-09-27 11:15:21 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 04:00:39 +0200
commit7fb7027c44647338962d7aa35ddeedaaa6a9f7d6 (patch)
tree56a0d37d0c6c0b7344b83f8358fad0fa5df2a60e /drivers/staging/lustre
parentstaging: lustre: make non-exported functions static (diff)
downloadlinux-dev-7fb7027c44647338962d7aa35ddeedaaa6a9f7d6.tar.xz
linux-dev-7fb7027c44647338962d7aa35ddeedaaa6a9f7d6.zip
Staging: lustre: Fix warning detected by coccicheck
Removing redundant semicolon as detected by coccicheck. Signed-off-by: Jayavant Kenjalkar <jgkenjalkar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/niobuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/niobuf.c b/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
index 22194c0ab970..bfc56cdc3916 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
@@ -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;