aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-11-18 08:26:02 +0000
committerDavid S. Miller <davem@davemloft.net>2009-11-18 10:48:57 -0800
commitea31ba359c55e0734ff895692185d4c50cf0c537 (patch)
tree3e63544942530a8667d75492c6e0c80b297536b6 /security
parentdrivers/net/wireless/p54: remove exceptional & on function name (diff)
downloadlinux-dev-ea31ba359c55e0734ff895692185d4c50cf0c537.tar.xz
linux-dev-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 'security')
0 files changed, 0 insertions, 0 deletions