linux/drivers/staging/rtl8187se
Peter Senna Tschudin b6c5d7715d staging: rtl8187se: Change variable type to bool
The variable ownbit_flag is 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:29:00 -07:00
..
ieee80211 staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
Kconfig staging/rtl81*: build as loadable modules only 2011-04-04 22:46:15 -07:00
Makefile Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
r8180_93cx6.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8180_core.c staging: rtl8187se: Change variable type to bool 2013-09-25 16:29:00 -07:00
r8180_dm.c Staging: rtl8187se: Fix typos. 2012-04-18 16:58:16 -07:00
r8180_dm.h staging/rtl8187se: Fix spacing coding style in r8180_dm.h 2012-11-21 13:59:58 -08:00
r8180_hw.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8180_rtl8225.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8180_rtl8225z2.c staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8180_wx.c staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8180_wx.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8180.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8185b_init.c staging/rtl8187se: Mark functions as static to silence sparse 2013-02-15 10:28:37 -08:00
TODO