diff options
author | Julia Lawall <julia@diku.dk> | 2009-11-18 09:26:02 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-18 19:48:57 +0100 |
commit | ea31ba359c55e0734ff895692185d4c50cf0c537 (patch) | |
tree | 3e63544942530a8667d75492c6e0c80b297536b6 /drivers/pci/iova.c | |
parent | drivers/net/wireless/p54: remove exceptional & on function name (diff) | |
download | linux-ea31ba359c55e0734ff895692185d4c50cf0c537.tar.xz linux-ea31ba359c55e0734ff895692185d4c50cf0c537.zip |
drivers/net/wireless/rtl818x: remove exceptional & on function name
In this file, function names are otherwise used as pointers without &.
A simplified version of the semantic patch that makes this change is as
follows: (http://coccinelle.lip6.fr/)
// <smpl>
@r@
identifier f;
@@
f(...) { ... }
@@
identifier r.f;
@@
- &f
+ f
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/pci/iova.c')
0 files changed, 0 insertions, 0 deletions