linux/drivers/staging/iio
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
..
accel Staging: iio: accel: sca3000: Fixed NULL comparison style 2015-12-19 16:40:55 +00:00
adc staging:iio:ad7606: Consolidate channel specs 2016-02-06 11:23:19 +00:00
addac spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
cdc Staging: iio: cdc: ad7150: Fix alignment should match open parenthesis 2016-01-04 12:16:25 +00:00
Documentation Staging: iio: Documentation: Remove unused sysfs attributes 2016-01-30 16:27:11 +00: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: tsl2x7x_core: use dev_get_platdata() 2015-12-02 18:42:06 +00:00
magnetometer spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
meter spi: Updates for v4.4 2015-11-05 13:15:12 -08: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
ring_hw.h staging: iio: Add #include guards to header files 2014-09-28 22:19:04 -04:00
TODO