[PATCH] Staging: lustre: Fix warning detected by coccicheck

2015-09-26 Thread Jayavant Kenjalkar
From: Jayavant Kenjalkar Removing redundant semicolon as detected by coccicheck. Signed-off-by: Jayavant Kenjalkar --- 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

[PATCH] Staging: lustre: Fix warning detected by coccicheck

2015-09-26 Thread Jayavant Kenjalkar
From: Jayavant Kenjalkar <jgkenjal...@gmail.com> Removing redundant semicolon as detected by coccicheck. Signed-off-by: Jayavant Kenjalkar <jgkenjal...@gmail.com> --- drivers/staging/lustre/lustre/ptlrpc/niobuf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g