diff options
| author | Shraddha Barke <[email protected]> | 2015-10-13 21:07:49 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-13 10:11:03 -0700 |
| commit | 246ed517ebc90469b7f399e12017a4121b6ec2cc (patch) | |
| tree | 4b9ad9b9456a0696a532fe2cd1945f9ca32ddd9c /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 3a1d9489e92a4dd93f6f070aa7e9062beed94c69 (diff) | |
Staging: most: 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions