linux/drivers/net/ethernet/broadcom
Rusty Russell 3db1cd5c05 net: fix assignment of 0/1 to bool variables.
DaveM said:
   Please, this kind of stuff rots forever and not using bool properly
   drives me crazy.

Joe Perches <joe@perches.com> gave me the spatch script:

	@@
	bool b;
	@@
	-b = 0
	+b = false
	@@
	bool b;
	@@
	-b = 1
	+b = true

I merely installed coccinelle, read the documentation and took credit.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-12-19 22:27:29 -05:00
..
bnx2x ethtool: Define and apply a default policy for RX flow hash indirection 2011-12-16 13:53:18 -05:00
Kconfig
Makefile
b44.c b44: Use dev_kfree_skb_irq() in b44_tx() 2011-11-23 16:40:31 -05:00
b44.h
bcm63xx_enet.c
bcm63xx_enet.h
bnx2.c bnx2: Update driver to use new mips firmware. 2011-12-19 15:46:28 -05:00
bnx2.h bnx2: switch to build_skb() infrastructure 2011-11-18 02:04:47 -05:00
bnx2_fw.h
cnic.c bnx2x, cnic: support DRV_INFO upon FW request 2011-12-06 13:06:05 -05:00
cnic.h
cnic_defs.h
cnic_if.h bnx2x, cnic: support DRV_INFO upon FW request 2011-12-06 13:06:05 -05:00
sb1250-mac.c net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() 2011-11-29 00:25:05 -05:00
tg3.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
tg3.h tg3: Break out RSS indir table init and assignment 2011-12-15 13:09:11 -05:00