diff options
author | Julia Lawall <julia@diku.dk> | 2009-11-18 08:26:02 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-18 18:48:57 (GMT) |
commit | ea31ba359c55e0734ff895692185d4c50cf0c537 (patch) | |
tree | 3e63544942530a8667d75492c6e0c80b297536b6 /arch/arm/mach-s3c2440/Kconfig | |
parent | 8fbd90b0612cca7cd9a29df59b69502a841bebf8 (diff) | |
download | linux-fsl-qoriq-ea31ba359c55e0734ff895692185d4c50cf0c537.tar.xz |
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 'arch/arm/mach-s3c2440/Kconfig')
0 files changed, 0 insertions, 0 deletions