linux_dsm_epyc7002/drivers/net/wireless/brcm80211/brcmfmac
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
..
bcmsdh_sdmmc.c brcm80211: fmac: add bcm4330 support 2011-12-13 15:31:16 -05:00
bcmsdh.c brcm80211: fmac: save bus interface structure in function 2 device 2011-12-13 15:31:07 -05:00
dhd_bus.h brcm80211: fmac: change function bus_stop parameter 2011-11-28 14:43:48 -05:00
dhd_cdc.c brcm80211: fmac: fix firmware shared structures version 2011-12-13 15:31:12 -05:00
dhd_common.c brcm80211: fmac: remove function brcmf_c_init 2011-11-28 14:43:37 -05:00
dhd_dbg.h
dhd_linux.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
dhd_proto.h
dhd_sdio.c brcm80211: fmac: add bcm4330 support 2011-12-13 15:31:16 -05:00
dhd.h brcm80211: fmac: fix firmware shared structures version 2011-12-13 15:31:12 -05:00
Makefile brcm80211: fmac: move chip recognition function to sdio_chip.c 2011-11-09 16:13:56 -05:00
sdio_chip.c brcm80211: fmac: remove drive strength code for unsupported chips 2011-12-13 15:31:20 -05:00
sdio_chip.h brcm80211: fmac: add resetcore function for bcm4330 chip 2011-11-11 14:28:37 -05:00
sdio_host.h brcm80211: fmac: save bus interface structure in function 2 device 2011-12-13 15:31:07 -05:00
wl_cfg80211.c brcm80211: avoid code duplication on set tx power 2011-11-30 15:08:29 -05:00
wl_cfg80211.h brmc80211: fmac: reworked next_bss() 2011-11-08 15:54:04 -05:00