diff options
author | simran singhal <singhalsimran0@gmail.com> | 2017-03-11 19:56:35 +0530 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-03-13 21:20:30 +0000 |
commit | 705d5ed2dcdaf5aeb13978d8e05cf46bfcde7f09 (patch) | |
tree | a7c96df2a3a8a43f2f9a6a2e336b0d1653fdb989 /drivers/ssb/b43_pci_bridge.c | |
parent | a2392d26881505b777b18869d47c71a275e23d75 (diff) |
staging: iio: ad7192: 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>
Diffstat (limited to 'drivers/ssb/b43_pci_bridge.c')
0 files changed, 0 insertions, 0 deletions