commit | 478375cedcc0ae5b4cadd29ee5f74c3a5cb5d2ad | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Fri Feb 05 09:23:32 2016 +0530 |
committer | Jonathan Cameron <jic23@kernel.org> | Sat Feb 06 18:07:04 2016 +0000 |
tree | 32a1e6dfc53eccf4ceb4d5110da6ace28257c1c1 | |
parent | c89e2e2a0dafde7fb64dfb441a37e93a54cbb844 [diff] |
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>