diff options
| author | Shraddha Barke <[email protected]> | 2015-10-13 21:07:47 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-13 10:11:03 -0700 |
| commit | 30cc9bd64c67c9b1f70a2779302da2ac05335d47 (patch) | |
| tree | 0dacd7ffc91be1dfcd84e9462b2801a65fcdb588 /tools/perf/scripts/python | |
| parent | 634ffdd9ef91b1a6252347276bed77d3d73b0b9a (diff) | |
Staging: comedi: Remove exceptional & on function name
n 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions