diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2016-02-05 04:53:32 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-02-06 19:07:04 +0100 |
commit | 478375cedcc0ae5b4cadd29ee5f74c3a5cb5d2ad (patch) | |
tree | 32a1e6dfc53eccf4ceb4d5110da6ace28257c1c1 /drivers/input/apm-power.c | |
parent | staging:iio:ad7606: Consolidate channel specs (diff) | |
download | linux-478375cedcc0ae5b4cadd29ee5f74c3a5cb5d2ad.tar.xz linux-478375cedcc0ae5b4cadd29ee5f74c3a5cb5d2ad.zip |
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 'drivers/input/apm-power.c')
0 files changed, 0 insertions, 0 deletions