commit | ebfb115c9cedc7dfef93b3f071caa71b063f4a5d | [log] [tgz] |
---|---|---|
author | simran singhal <singhalsimran0@gmail.com> | Sat Mar 11 19:56:41 2017 +0530 |
committer | Jonathan Cameron <jic23@kernel.org> | Mon Mar 13 21:20:35 2017 +0000 |
tree | 3a23c3513a3777fc6ab58fa8a34b84e5634de75b | |
parent | f3e8556702ab84d45a3866e3dea2aa7078429fc1 [diff] |
staging: iio: adis16209: Remove exceptional & on function name Remove & from function pointers to conform to the style found elsewhere in the file. Done using the following semantic patch // <smpl> @r@ identifier f; @@ f(...) { ... } @@ identifier r.f; @@ - &f + f // </smpl> Signed-off-by: simran singhal <singhalsimran0@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>