diff options
| author | Bhumika Goyal <[email protected]> | 2016-02-12 20:40:28 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-14 16:44:06 -0800 |
| commit | df271034692dfa26010f27795fe955c866320b51 (patch) | |
| tree | aeaf94fdf1e209a2970388feffb65e86b36206dd /tools/perf/scripts/python | |
| parent | 6d9b10c866171e77ebbbe7271dd97a758b5d0457 (diff) | |
Staging: iio: light: 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions