1
0
Fork 0
alistair23-linux/drivers/staging/iio/impedance-analyzer
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
..
Kconfig
Makefile
ad5933.c Staging:iio:Remove exceptional & on function name 2016-02-06 18:07:04 +00:00
ad5933.h