All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Bool tests don't need comparisons
@ 2015-03-13 19:17 Cristina Opriceana
  2015-03-13 19:18 ` [PATCH 1/3] Staging: rtl8188eu: " Cristina Opriceana
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Cristina Opriceana @ 2015-03-13 19:17 UTC (permalink / raw)
  To: outreachy-kernel

This patchset removes explicit comparisons involving bool variables.
Warnings detected by coccinelle.

Cristina Opriceana (3):
  Staging: rtl8188eu: Bool tests don't need comparisons
  Staging: rtl8192e: Bool tests don't need comparisons
  Staging: rtl8192u: Bool tests don't need comparisons

 drivers/staging/rtl8188eu/hal/rf_cfg.c             |  2 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c         | 40 +++++++++++-----------
 .../staging/rtl8192u/ieee80211/rtl819x_TSProc.c    |  5 ++-
 drivers/staging/rtl8192u/r8192U_core.c             |  2 +-
 drivers/staging/rtl8192u/r819xU_firmware.c         |  6 ++--
 drivers/staging/rtl8192u/r819xU_phy.c              |  2 +-
 6 files changed, 28 insertions(+), 29 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-14 13:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 19:17 [PATCH 0/3] Bool tests don't need comparisons Cristina Opriceana
2015-03-13 19:18 ` [PATCH 1/3] Staging: rtl8188eu: " Cristina Opriceana
2015-03-14  9:54   ` [Outreachy kernel] " Julia Lawall
2015-03-14 13:43     ` Cristina Opriceana
2015-03-13 19:19 ` [PATCH 2/3] Staging: rtl8192e: " Cristina Opriceana
2015-03-14  9:48   ` [Outreachy kernel] " Julia Lawall
2015-03-13 19:21 ` [PATCH 3/3] Staging: rtl8192u: " Cristina Opriceana
2015-03-13 19:42 ` [Outreachy kernel] [PATCH 0/3] " Jes Sorensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.