dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/wireless/rtlwifi/rtl8192cu
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
..
Makefile rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
def.h rtlwifi: rtl8192ce: Add new chip revisions 2011-10-14 14:48:15 -04:00
dm.c rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
dm.h rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
hw.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
hw.h rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192cu for addition of rtl8192se and rtl8192de 2011-04-26 16:14:55 -04:00
led.c rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with true 2011-06-20 15:47:43 -04:00
led.h
mac.c rtlwifi: rtl8192cu: Change firmware upload to use block writes 2011-11-21 16:20:45 -05:00
mac.h rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros. 2011-09-20 14:43:50 -04:00
phy.c rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP transition 2011-12-07 15:09:54 -05:00
phy.h rtlwifi: rtl8192ce: rtl8192cu: Fix most sparse warnings 2011-04-26 16:14:55 -04:00
reg.h
rf.c rtlwifi: rtl8192cu: Convert to use the new rate-mapping routine in rtlwifi 2011-08-24 14:57:19 -04:00
rf.h rtlwifi: rtl8192ce: rtl8192cu: Fix most sparse warnings 2011-04-26 16:14:55 -04:00
sw.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
sw.h rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
table.c rtlwifi: rtl8192cu: Add routine table 2011-02-21 15:39:58 -05:00
table.h
trx.c rtlwifi: rtl8192cu: Fix endianian issues 2011-11-21 16:20:46 -05:00
trx.h rtlwifi: rtl8192ce: Change rtl8192ce routines phy and trx and modify rtl8192cu for addition of rtl8192se and rtl8192de 2011-04-26 16:14:55 -04:00