linux/drivers/net/wireless/rtl818x
Julia Lawall ea31ba359c 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>
2009-11-18 10:48:57 -08:00
..
Makefile rtl8187: Implement rfkill support 2009-08-28 14:40:52 -04:00
rtl818x.h rtl8187: Implement rfkill support 2009-08-28 14:40:52 -04:00
rtl8180.h
rtl8180_dev.c drivers/net/wireless/rtl818x: remove exceptional & on function name 2009-11-18 10:48:57 -08:00
rtl8180_grf5101.c
rtl8180_grf5101.h
rtl8180_max2820.c
rtl8180_max2820.h
rtl8180_rtl8225.c
rtl8180_rtl8225.h
rtl8180_sa2400.c
rtl8180_sa2400.h
rtl8187.h rtl8187: Remove deprecated 'qual' from returned RX status 2009-11-06 16:49:09 -05:00
rtl8187_dev.c rtl8187: Remove deprecated 'qual' from returned RX status 2009-11-06 16:49:09 -05:00
rtl8187_leds.c rtl8187: Fix kernel oops when device is removed when LEDS enabled 2009-11-04 19:20:50 -05:00
rtl8187_leds.h
rtl8187_rfkill.c rtl8187: Fix sparse warnings 2009-11-10 16:21:15 -05:00
rtl8187_rfkill.h rtl8187: Implement rfkill support 2009-08-28 14:40:52 -04:00
rtl8187_rtl8225.c
rtl8187_rtl8225.h