android_kernel_xiaomi_sdm845/drivers/net/igbvf
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
..
defines.h igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
ethtool.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-10-27 01:03:26 -07:00
igbvf.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2009-06-15 03:02:23 -07:00
Makefile igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
mbx.c igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
mbx.h igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
netdev.c drivers/net: request_irq - Remove unnecessary leading & from second arg 2009-11-18 23:29:17 -08:00
regs.h igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
vf.c igbvf: Allow VF driver to correctly recognize failure to set mac 2009-08-04 11:46:41 -07:00
vf.h igbvf: fix unused external references 2009-04-11 02:55:14 -07:00