]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Staging: iio: light: remove exceptional & on function name
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 12 Feb 2016 15:10:27 +0000 (20:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:44:06 +0000 (16:44 -0800)
commit6d9b10c866171e77ebbbe7271dd97a758b5d0457
tree4675b31d10fdfc4de2f8ca5f181afea97464b83a
parent3b15cfbbeed1f3fc898dcefa0d11340c266f09ee
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>
drivers/staging/iio/light/isl29018.c