Tag: 1703c17b8a02b7d1dd3080c4ce9d41a83e95a071

Staging: rtl8188eu: os_dep: Compression of lines for immediate return

Author: Vaishali Thakkar <vthakkar1994@gmail.com> This patch compresses two lines in to a single line in file rtw_android.c if immediate return statement is found. It also removes variable bytes_written as it is no longer needed. It is done using script Coccinelle. And coccinelle uses following semantic patch for this compression function: @@ expression ret; identifier f; …

Continue reading