summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2016-02-05 09:23:32 +0530
committerJonathan Cameron <jic23@kernel.org>2016-02-06 18:07:04 +0000
commit478375cedcc0ae5b4cadd29ee5f74c3a5cb5d2ad (patch)
tree32a1e6dfc53eccf4ceb4d5110da6ace28257c1c1 /drivers/iio/pressure
parentc89e2e2a0dafde7fb64dfb441a37e93a54cbb844 (diff)
downloadlinux-478375cedcc0ae5b4cadd29ee5f74c3a5cb5d2ad.tar.bz2
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/iio/pressure')
0 files changed, 0 insertions, 0 deletions