linux-sg2042/drivers/net/stmmac
Joe Perches a0607fd3a2 drivers/net: request_irq - Remove unnecessary leading & from second arg
Not as fancy as coccinelle.  Checkpatch errors ignored.
Compile tested allyesconfig x86, not all files compiled.

grep -rPl --include=*.[ch] "\brequest_irq\s*\([^,\)]+,\s*\&" drivers/net | while read file ; do \
	perl -i -e 'local $/; while (<>) { s@(\brequest_irq\s*\([^,\)]+,\s*)\&@\1@g ; print ; }' $file ;\
done

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-18 23:29:17 -08:00
..
Kconfig net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
Makefile net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
common.h net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
descs.h net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
gmac.c net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
gmac.h net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
mac100.c net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
mac100.h net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
stmmac.h net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
stmmac_ethtool.c net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
stmmac_main.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
stmmac_mdio.c net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
stmmac_timer.c net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00
stmmac_timer.h net: add support for STMicroelectronics Ethernet controllers. 2009-10-14 15:13:45 -07:00