Re: [PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-08-15 Thread Greg KH
On Tue, Aug 02, 2016 at 11:13:20AM -0700, Nadim almas wrote: > This patch compresses two lines in to a single line in file > ion.c > if immediate return statement is found.It also removes variable > ret as it is no longer needed. > > ne using script Coccinelle. And coccinelle uses following

Re: [PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-08-15 Thread Greg KH
On Tue, Aug 02, 2016 at 11:13:20AM -0700, Nadim almas wrote: > This patch compresses two lines in to a single line in file > ion.c > if immediate return statement is found.It also removes variable > ret as it is no longer needed. > > ne using script Coccinelle. And coccinelle uses following

Re: [PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-08-14 Thread Vaishali Thakkar
On Tuesday 02 August 2016 11:43 PM, Nadim almas wrote: > This patch compresses two lines in to a single line in file > ion.c > if immediate return statement is found.It also removes variable > ret as it is no longer needed. > > ne using script Coccinelle. And coccinelle uses following semantic

Re: [PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-08-14 Thread Vaishali Thakkar
On Tuesday 02 August 2016 11:43 PM, Nadim almas wrote: > This patch compresses two lines in to a single line in file > ion.c > if immediate return statement is found.It also removes variable > ret as it is no longer needed. > > ne using script Coccinelle. And coccinelle uses following semantic

[PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-08-02 Thread Nadim almas
This patch compresses two lines in to a single line in file ion.c if immediate return statement is found.It also removes variable ret as it is no longer needed. ne using script Coccinelle. And coccinelle uses following semantic patch for this compression function: @@ expression e, ret; @@ -ret

[PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-08-02 Thread Nadim almas
This patch compresses two lines in to a single line in file ion.c if immediate return statement is found.It also removes variable ret as it is no longer needed. ne using script Coccinelle. And coccinelle uses following semantic patch for this compression function: @@ expression e, ret; @@ -ret

Re: [PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-07-31 Thread Giedrius Statkevičius
On Sun, Jul 31, 2016 at 6:44 PM, Nadim almas wrote: > This patch compresses two lines in to a single line in file > ion.c > if immediate return statement is found.It also removes variable > ret as it is no longer needed. > > ne using script Coccinelle. And coccinelle uses

Re: [PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-07-31 Thread Giedrius Statkevičius
On Sun, Jul 31, 2016 at 6:44 PM, Nadim almas wrote: > This patch compresses two lines in to a single line in file > ion.c > if immediate return statement is found.It also removes variable > ret as it is no longer needed. > > ne using script Coccinelle. And coccinelle uses following semantic >

[PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-07-31 Thread Nadim almas
This patch compresses two lines in to a single line in file ion.c if immediate return statement is found.It also removes variable ret as it is no longer needed. ne using script Coccinelle. And coccinelle uses following semantic patch for this compression function: @@ expression e, ret; @@ -ret

[PATCH] Staging: android: ion: ion.c: Compression of lines for

2016-07-31 Thread Nadim almas
This patch compresses two lines in to a single line in file ion.c if immediate return statement is found.It also removes variable ret as it is no longer needed. ne using script Coccinelle. And coccinelle uses following semantic patch for this compression function: @@ expression e, ret; @@ -ret