Tag: 6ba4df24bb87246472be90b11fcecb720c2a15ba

Staging:dgap :Compression of lines for immediate return

Author: Shraddha Barke <shraddha.6596@gmail.com> This patch compresses two lines into a single line if immediate return statement is found. Remove variable rc as it is no longer needed. It is done using script Coccinelle. And coccinelle uses the following semantic patch for this compression function: @@ type T; identifier i,f; constant C; @@ – T …

Continue reading