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 > patc

[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 =