From: Jayavant Kenjalkar <jgkenjalkar@gmail.com>
To: lustre-devel@lists.lustre.org
Subject: [lustre-devel] [PATCH] Staging: lustre: Fix warning detected by coccicheck
Date: Sun, 27 Sep 2015 11:15:21 +0530 [thread overview]
Message-ID: <20150927054521.GA6985@jay-HP-G62-Notebook-PC> (raw)
From: Jayavant Kenjalkar <jgkenjalkar@gmail.com>
Removing redundant semicolon as detected by coccicheck.
Signed-off-by: Jayavant Kenjalkar <jgkenjalkar@gmail.com>
---
drivers/staging/lustre/lustre/ptlrpc/niobuf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/ptlrpc/niobuf.c b/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
index 92c746b..cb10b89 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
@@ -601,7 +601,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;
--
1.7.9.5
WARNING: multiple messages have this Message-ID (diff)
From: Jayavant Kenjalkar <jgkenjalkar@gmail.com>
To: oleg.drokin@intel.com, andreas.dilger@intel.com,
gregkh@linuxfoundation.org
Cc: lustre-devel@lists.lustre.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] Staging: lustre: Fix warning detected by coccicheck
Date: Sun, 27 Sep 2015 11:15:21 +0530 [thread overview]
Message-ID: <20150927054521.GA6985@jay-HP-G62-Notebook-PC> (raw)
From: Jayavant Kenjalkar <jgkenjalkar@gmail.com>
Removing redundant semicolon as detected by coccicheck.
Signed-off-by: Jayavant Kenjalkar <jgkenjalkar@gmail.com>
---
drivers/staging/lustre/lustre/ptlrpc/niobuf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/ptlrpc/niobuf.c b/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
index 92c746b..cb10b89 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/niobuf.c
@@ -601,7 +601,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;
--
1.7.9.5
next reply other threads:[~2015-09-27 5:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-27 5:45 Jayavant Kenjalkar [this message]
2015-09-27 5:45 ` [PATCH] Staging: lustre: Fix warning detected by coccicheck Jayavant Kenjalkar
2015-09-27 6:56 ` [lustre-devel] " Sudip Mukherjee
2015-09-27 6:56 ` Sudip Mukherjee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150927054521.GA6985@jay-HP-G62-Notebook-PC \
--to=jgkenjalkar@gmail.com \
--cc=lustre-devel@lists.lustre.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.