diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2016-02-12 20:40:27 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-14 16:44:06 -0800 |
commit | 6d9b10c866171e77ebbbe7271dd97a758b5d0457 (patch) | |
tree | 4675b31d10fdfc4de2f8ca5f181afea97464b83a /Documentation/hw_random.txt | |
parent | 3b15cfbbeed1f3fc898dcefa0d11340c266f09ee (diff) | |
download | linux-6d9b10c866171e77ebbbe7271dd97a758b5d0457.tar.gz linux-6d9b10c866171e77ebbbe7271dd97a758b5d0457.tar.bz2 linux-6d9b10c866171e77ebbbe7271dd97a758b5d0457.zip |
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 'Documentation/hw_random.txt')
0 files changed, 0 insertions, 0 deletions