Tag: 6d9b10c866171e77ebbbe7271dd97a758b5d0457

Staging: iio: light: 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: Greg Kroah-Hartman — drivers/staging/iio/light/isl29018.c | 8 ++++—- 1 file changed, 4 insertions(+), 4 deletions(-)   …

Continue reading