alistair23-linux/drivers/staging/iio/resolver
Shraddha Barke 3a1d9489e9 Staging: iio: Remove exceptional & on function name
In this file, function names are otherwise used as pointers without &.

A simplified version of the Coccinelle semantic patch that makes this
change is as follows:

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

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

- &f
+ f
// </smpl>

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-13 10:11:03 -07:00
..
ad2s90.c staging: iio: resolver: replace iio_device_register by devm_iio_device_register 2015-10-04 08:31:07 +01:00
ad2s1200.c
ad2s1210.c Staging: iio: Remove exceptional & on function name 2015-10-13 10:11:03 -07:00
ad2s1210.h
Kconfig Staging: iio: Allow compile test of GPIO consumers if !GPIOLIB 2015-05-10 20:31:43 +01:00
Makefile