diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2016-02-05 09:23:32 +0530 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-02-06 18:07:04 +0000 |
commit | 478375cedcc0ae5b4cadd29ee5f74c3a5cb5d2ad (patch) | |
tree | 32a1e6dfc53eccf4ceb4d5110da6ace28257c1c1 /samples/pktgen | |
parent | c89e2e2a0dafde7fb64dfb441a37e93a54cbb844 (diff) |
Staging:iio: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 <bhumirks@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'samples/pktgen')
0 files changed, 0 insertions, 0 deletions