public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: lustre: Fix warning detected by coccicheck
@ 2015-09-27  5:45 Jayavant Kenjalkar
  2015-09-27  6:56 ` Sudip Mukherjee
  0 siblings, 1 reply; 2+ messages in thread
From: Jayavant Kenjalkar @ 2015-09-27  5:45 UTC (permalink / raw)
  To: oleg.drokin, andreas.dilger, gregkh; +Cc: lustre-devel, devel, linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: lustre: Fix warning detected by coccicheck
  2015-09-27  5:45 [PATCH] Staging: lustre: Fix warning detected by coccicheck Jayavant Kenjalkar
@ 2015-09-27  6:56 ` Sudip Mukherjee
  0 siblings, 0 replies; 2+ messages in thread
From: Sudip Mukherjee @ 2015-09-27  6:56 UTC (permalink / raw)
  To: Jayavant Kenjalkar
  Cc: oleg.drokin, andreas.dilger, gregkh, devel, linux-kernel,
	lustre-devel

On Sun, Sep 27, 2015 at 11:15:21AM +0530, Jayavant Kenjalkar wrote:
> From: Jayavant Kenjalkar <jgkenjalkar@gmail.com>
You do not need this From line here. This is needed only for those who
can not configure their corporate mail servers.

regards
sudip

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-27  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-27  5:45 [PATCH] Staging: lustre: Fix warning detected by coccicheck Jayavant Kenjalkar
2015-09-27  6:56 ` Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox