Tag: ddcb81e7419baa90fab79dbbb1b983a69a235c91

staging: rtl8712: merge lines and remove unused variable for immediate return

Author: Tapasweni Pathak <tapaswenipathak@gmail.com> This patch merge two lines in a single line if immediate return is found. Unused variables in each case were removed manually as they are no longer needed. This is done using Coccinelle. Semantic patch used for this is as follows : @@ expression ret; identifier f; @@ -ret = +return …

Continue reading