linux/drivers/staging/iio
simran singhal e7d87687cb staging: iio: gyro: Remove & on function name to conform to similar IIO drivers
Remove & from function pointers to conform to the style preferred in IIO.
(Note that this is fine in staging drivers, but would create too much churn
to do outside of staging, unless otherwise working on a driver).

Done using the following semantic patch

// <smpl>
@r@
identifier f;
@@

f(...) { ... }
@@
identifier r.f;
@@

- &f
+ f
// </smpl>

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2017-03-13 21:20:38 +00:00
..
accel staging: iio: adis16203: Remove exceptional & on function name 2017-03-13 21:20:36 +00:00
adc staging: iio: ad7780: Remove exceptional & on function name 2017-03-13 21:20:31 +00:00
addac iio: addac: adt7136: Fix style to use octal file permissions. 2017-02-05 09:14:38 +00:00
cdc staging: iio: cdc: ad7152: Remove exceptional & on function name 2017-03-13 21:20:32 +00:00
Documentation staging: iio: tsl2583: move out of staging 2016-11-13 13:07:33 +00:00
frequency staging: iio: ad9832: replace mlock with driver private lock 2017-03-13 21:20:24 +00:00
gyro staging: iio: gyro: Remove & on function name to conform to similar IIO drivers 2017-03-13 21:20:38 +00:00
impedance-analyzer Staging: iio: impedance-analyzer: ad5933.c - style fix 2017-02-19 11:06:40 +00:00
light staging: iio: isl29028: add copyright 2017-02-11 09:48:45 +00:00
meter staging: iio: ade7754: Move contents of header file to source file 2017-03-13 21:20:28 +00:00
resolver staging: iio: resolver: Remove & on function name to align with other IIO drivers. 2017-03-13 21:20:37 +00:00
trigger iio: trigger: free trigger resource correctly 2017-01-22 16:14:21 +00:00
Kconfig iio: hmc5843: Move hmc5843 out of staging 2016-02-24 20:40:39 +00:00
Makefile iio: hmc5843: Move hmc5843 out of staging 2016-02-24 20:40:39 +00:00
TODO staging:iio:TODO drop outdated entries in this todo. 2016-10-23 19:33:40 +01:00