Tag: 478375cedcc0ae5b4cadd29ee5f74c3a5cb5d2ad

Staging:iio:Remove exceptional & on function name

Author: Bhumika Goyal <bhumirks@gmail.com> In this file,function names are otherwise used as pointers without &. Found using coccinelle. // @r@ identifier f; @@ f(…) { … } @@ identifier r.f; @@ – &f + f // Signed-off-by: Bhumika Goyal Signed-off-by: Jonathan Cameron — drivers/staging/iio/impedance-analyzer/ad5933.c | 8 ++++—- 1 file changed, 4 insertions(+), 4 deletions(-)   …

Continue reading