alistair23-linux/drivers/staging/iio/magnetometer
Bhumika Goyal 343af6379e Staging: iio: magnetometer: 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
..
hmc5843.h iio: hmc5843: Fix comment style warnings 2016-02-09 22:17:21 +00:00
hmc5843_core.c Staging: iio: magnetometer: remove exceptional & on function name 2016-02-14 16:44:06 -08:00
hmc5843_i2c.c iio: hmc5843: Fix comment style warnings 2016-02-09 22:17:21 +00:00
hmc5843_spi.c iio: hmc5843: Fix comment style warnings 2016-02-09 22:17:21 +00:00
Kconfig staging:iio:hmc5843: Add support for spi hmc5983 2014-07-23 21:48:24 +01:00
Makefile staging:iio:hmc5843: Add support for spi hmc5983 2014-07-23 21:48:24 +01:00