diff options
| author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-10-13 18:37:48 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-13 20:11:03 +0300 |
| commit | 3a1d9489e92a4dd93f6f070aa7e9062beed94c69 (patch) | |
| tree | 6a9ade0d40ec62a9fc61b30855994c3acb641a0b /include/linux | |
| parent | 30cc9bd64c67c9b1f70a2779302da2ac05335d47 (diff) | |
| download | linux-3a1d9489e92a4dd93f6f070aa7e9062beed94c69.tar.xz | |
Staging: iio: Remove exceptional & on function name
In this file, function names are otherwise used as pointers without &.
A simplified version of the Coccinelle semantic patch that makes this
change is as follows:
// <smpl>
@r@
identifier f;
@@
f(...) { ... }
@@
identifier r.f;
@@
- &f
+ f
// </smpl>
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
