[PATCH] Staging : lustre :Replace comma with a semicolon

2015-08-03 Thread Shraddha Barke
Replace comma between expression statements by a semicolon. The semantic patch used is as follows: @@ expression e1,e2; @@ e1 - , + ; e2; Signed-off-by: Shraddha Barke --- drivers/staging/lustre/lustre/libcfs/libcfs_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH] Staging : lustre :Replace comma with a semicolon

2015-08-03 Thread Shraddha Barke
Replace comma between expression statements by a semicolon. The semantic patch used is as follows: @@ expression e1,e2; @@ e1 - , + ; e2; Signed-off-by: Shraddha Barke --- drivers/staging/lustre/lustre/mgc/mgc_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH] Staging: lustre: Replace comma with a semicolon

2015-08-03 Thread Shraddha Barke
Replace comma between expression statements by a semicolon. The semantic patch used is as follows: @@ expression e1,e2; @@ e1 - , + ; e2; Signed-off-by: Shraddha Barke --- drivers/staging/lustre/lustre/mgc/mgc_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

Re: [PATCH] Staging : lustre :Replace comma with a semicolon

2015-08-03 Thread Dan Carpenter
The spacing in the subject lines is whacky. -Subject: [PATCH] Staging : lustre :Replace comma with a semicolon +Subject: [PATCH] Staging: lustre: Replace comma with a semicolon regards, dan carpenter ___ devel mailing list de

Re: [PATCH] Staging : lustre :Replace comma with a semicolon

2015-08-03 Thread Greg Kroah-Hartman
On Mon, Aug 03, 2015 at 09:22:51PM +0530, Shraddha Barke wrote: > Should I resend the patches? > Why wouldn't you? ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] Staging : lustre :Replace comma with a semicolon

2015-08-03 Thread Greg Kroah-Hartman
On Mon, Aug 03, 2015 at 09:22:51PM +0530, Shraddha Barke wrote: > Should I resend the patches? > You have sent a bunch of patches, and I don't know what order to apply them in, or what ones should be applied and which should not. So please resend all of the outstanding patches that I have not ap