Skip to content
Commit 478375ce authored by Bhumika Goyal's avatar Bhumika Goyal Committed by Jonathan Cameron
Browse files

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: default avatarBhumika Goyal <bhumirks@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent c89e2e2a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment