diff options
| author | simran singhal <[email protected]> | 2017-03-11 19:56:35 +0530 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2017-03-13 21:20:30 +0000 |
| commit | 705d5ed2dcdaf5aeb13978d8e05cf46bfcde7f09 (patch) | |
| tree | a7c96df2a3a8a43f2f9a6a2e336b0d1653fdb989 /tools/perf/scripts/python/bin | |
| parent | a2392d26881505b777b18869d47c71a275e23d75 (diff) | |
staging: iio: ad7192: Remove exceptional & on function name
Remove & from function pointers to conform to the style found elsewhere
in the file. Done using the following semantic patch
// <smpl>
@r@
identifier f;
@@
f(...) { ... }
@@
identifier r.f;
@@
- &f
+ f
// </smpl>
Signed-off-by: simran singhal <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions