diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2016-02-12 15:10:28 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-15 00:44:06 (GMT) |
commit | df271034692dfa26010f27795fe955c866320b51 (patch) | |
tree | aeaf94fdf1e209a2970388feffb65e86b36206dd /drivers/pcmcia/pd6729.c | |
parent | 6d9b10c866171e77ebbbe7271dd97a758b5d0457 (diff) | |
download | linux-df271034692dfa26010f27795fe955c866320b51.tar.xz |
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 <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pcmcia/pd6729.c')
0 files changed, 0 insertions, 0 deletions