alistair23-linux/drivers/staging/iio/light
Bhumika Goyal df27103469 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>
2016-02-14 16:44:06 -08:00
..
isl29018.c Staging: iio: light: remove exceptional & on function name 2016-02-14 16:44:06 -08:00
isl29028.c Staging: iio: light: remove exceptional & on function name 2016-02-14 16:44:06 -08:00
Kconfig
Makefile
tsl2x7x.h
tsl2x7x_core.c
tsl2583.c