Tag: 343af6379e950266ee3d4f638a3ffe0b01b08eab

Staging: iio: magnetometer: 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/magnetometer/hmc5843_core.c | 6 +++— 1 file changed, 3 insertions(+), 3 deletions(-)   …

Continue reading