Tag: bce2fc58b75a2e39dd50502aa8fe9f49b30fa478

staging: rtl8712: rtl871x_mp_ioctl: Remove exceptional & on function name

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> In this file, function names are otherwise used as pointers without &. The Coccinelle semantic patch that is used to make this change is as follows: // @r@ identifier f; @@ f(…) { … } @@ identifier r.f; @@ – &f + f @m@ type T; identifier f; @@ T …

Continue reading