linux/drivers/net/wireless/rtlwifi
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
..
rtl8192c rtl8192c: Do not log firmware load message unless actually done 2011-12-06 16:05:25 -05:00
rtl8192ce net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
rtl8192cu net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
rtl8192de net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
rtl8192se net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
base.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
base.h rtlwifi: rtl8192cu: Fix endianian issues 2011-11-21 16:20:46 -05:00
cam.c drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:31:08 -04:00
cam.h
core.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
core.h
debug.c rtlwifi: Change debug parameter to apply to individual drivers 2011-10-11 16:41:22 -04:00
debug.h wireless: rtlwifi: throw away MAC_FMT and use %pM instead 2011-07-20 15:04:38 -04:00
efuse.c drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:31:08 -04:00
efuse.h
Kconfig um: a couple of missing dependencies... 2011-11-02 14:15:28 +01:00
Makefile
pci.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
pci.h rtlwifi: Change PCI drivers to use the new PM framework 2011-10-14 14:48:14 -04:00
ps.c rtlwifi: merge ips,lps spinlocks into one mutex 2011-12-13 15:34:05 -05:00
ps.h
rc.c
rc.h
regd.c
regd.h
usb.c rtlwifi: squash warning in _usb_read_sync 2011-11-22 14:41:22 -05:00
usb.h
wifi.h rtlwifi: merge ips,lps spinlocks into one mutex 2011-12-13 15:34:05 -05:00