Staging: iio: light: remove exceptional & on function name
commitdf271034692dfa26010f27795fe955c866320b51
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 12 Feb 2016 15:10:28 +0000 (12 20:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:44:06 +0000 (14 16:44 -0800)
treeaeaf94fdf1e209a2970388feffb65e86b36206dd
parent6d9b10c866171e77ebbbe7271dd97a758b5d0457
Staging: iio: light: remove exceptional & on function name

In this file,function names are otherwise used as pointers without &.
Found using coccinelle.
// <smpl>
@r@
identifier f;
@@

f(...) { ... }
@@
identifier r.f;
@@

- &f
+ f
// </smpl>

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/light/isl29028.c