1
0
Fork 0
alistair23-linux/drivers/staging/iio
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
..
Documentation Staging: iio: Documentation: Remove unused sysfs attributes 2016-01-30 16:27:11 +00:00
accel staging: iio: Remove parentheses on the right hand side of assignment 2016-02-11 19:37:15 -08:00
adc 2nd round of new IIO device support, features and cleanups for the 4.6 cycle. 2016-02-14 11:10:38 -08:00
addac spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
cdc staging: iio: Remove parentheses on the right hand side of assignment 2016-02-11 19:37:15 -08:00
frequency Staging: iio: frequency: use dev_get_platdata() 2015-12-02 18:42:06 +00:00
gyro spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
impedance-analyzer Staging:iio:Remove exceptional & on function name 2016-02-06 18:07:04 +00:00
light Staging: iio: light: remove exceptional & on function name 2016-02-14 16:44:06 -08:00
magnetometer Staging: iio: magnetometer: remove exceptional & on function name 2016-02-14 16:44:06 -08:00
meter iio: ade7753: avoid uninitialized data 2016-01-30 16:24:24 +00:00
resolver spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
trigger staging: iio: trigger: Remove explicit comparisons 2015-10-24 19:32:09 -07:00
Kconfig staging:iio: Delete some commented out lines in Kconfig and Makefile. 2015-11-21 20:14:57 +00:00
Makefile staging:iio: Delete some commented out lines in Kconfig and Makefile. 2015-11-21 20:14:57 +00:00
TODO
ring_hw.h staging: iio: Add #include guards to header files 2014-09-28 22:19:04 -04:00