Bhumika Goyal 478375cedc Staging:iio: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: Jonathan Cameron <jic23@kernel.org>
2016-02-06 18:07:04 +00:00
..
2015-11-05 13:15:12 -08:00
2015-11-05 13:15:12 -08:00
2015-11-05 13:15:12 -08:00
2015-11-05 13:15:12 -08:00
2015-11-05 13:15:12 -08:00