alistair23-linux/drivers/staging/vt6656
Peter Senna Tschudin d7eede022e staging: vt6656: Change variable type to bool
The variables bMultiBand and bKeyTableFull are only assigned the
values true and false. Change its type to bool.

The simplified semantic patch that find this problem is as
follows (http://coccinelle.lip6.fr/):

@exists@
type T;
identifier b;
@@
- T
+ bool
  b = ...;
  ... when any
  b = \(true\|false\)

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-09-25 16:28:59 -07:00
..
80211hdr.h
80211mgr.c
80211mgr.h
aes_ccmp.c
aes_ccmp.h
baseband.c staging: vt6656: baseband.c BBvCalculateParameter create structure for pwPhyLen, pbyPhySrv and pbyPhySgn 2013-08-21 10:13:27 -07:00
baseband.h staging: vt6656: baseband.h re: baseband.c:877:26: sparse: incorrect type in assignment (different base types) 2013-08-28 15:28:42 -07:00
bssdb.c Staging: Convert uses of compare_ether_addr to ether_addr_equal 2013-09-17 07:47:44 -07:00
bssdb.h
card.c staging/vt6656: Fix screwed up indentation in swGetOFDMControlRate 2013-09-17 07:39:27 -07:00
card.h
channel.c staging: vt6656: Change variable type to bool 2013-09-25 16:28:59 -07:00
channel.h
control.c
control.h
country.h
datarate.c
datarate.h
desc.h staging: vt6656: desc.h remove typedef struct tagSTxBufHead to rxtx.h 2013-09-25 16:25:40 -07:00
device.h staging: vt6656: device.h Replace typedef struct _RCB 2013-08-28 15:28:43 -07:00
device_cfg.h
dpc.c Staging: Convert uses of compare_ether_addr to ether_addr_equal 2013-09-17 07:47:44 -07:00
dpc.h staging: vt6656: device.h Replace typedef struct _RCB 2013-08-28 15:28:43 -07:00
firmware.c
firmware.h
hostap.c staging: vt6656: Change variable type to bool 2013-09-25 16:28:59 -07:00
hostap.h
int.c
int.h
iocmd.h
iowpa.h
iwctl.c Staging: Convert uses of compare_ether_addr to ether_addr_equal 2013-09-17 07:47:44 -07:00
iwctl.h
Kconfig
key.c Staging: Convert uses of compare_ether_addr to ether_addr_equal 2013-09-17 07:47:44 -07:00
key.h
mac.c
mac.h
main_usb.c staging: vt6656: device.h Replace typedef struct _RCB 2013-08-28 15:28:43 -07:00
Makefile
mib.c
mib.h
michael.c
michael.h
power.c
power.h
rc4.c
rc4.h
rf.c
rf.h
rndis.h
rxtx.c staging: vt6656: rxtx.c s_vGenerateTxParameter replace pTxBufHead void pointer. 2013-09-25 16:25:41 -07:00
rxtx.h staging: vt6656: desc.h remove typedef struct tagSTxBufHead to rxtx.h 2013-09-25 16:25:40 -07:00
srom.h
tcrc.c
tcrc.h
tether.c
tether.h
tkip.c
tkip.h
tmacro.h
TODO
usbpipe.c staging: vt6656: device.h Replace typedef struct _RCB 2013-08-28 15:28:43 -07:00
usbpipe.h staging: vt6656: device.h Replace typedef struct _RCB 2013-08-28 15:28:43 -07:00
vntconfiguration.dat
wcmd.c
wcmd.h
wctl.c Staging: Convert uses of compare_ether_addr to ether_addr_equal 2013-09-17 07:47:44 -07:00
wctl.h
wmgr.c staging: vt6655: vt6656: Fix typo in comments 2013-09-25 16:25:40 -07:00
wmgr.h
wpa.c
wpa.h
wpa2.c
wpa2.h
wpactl.c Staging: Convert uses of compare_ether_addr to ether_addr_equal 2013-09-17 07:47:44 -07:00
wpactl.h