All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtlwifi: Remove unnecessary conditions and other cleanup
@ 2018-10-31  7:08 Maya Nakamura
  2018-10-31  7:09 ` [PATCH 1/2] staging: rtlwifi: Remove unnecessary conditions Maya Nakamura
  2018-10-31  7:10 ` [PATCH 2/2] staging: rtlwifi: Keep expressions on one line Maya Nakamura
  0 siblings, 2 replies; 5+ messages in thread
From: Maya Nakamura @ 2018-10-31  7:08 UTC (permalink / raw)
  To: gregkh, outreachy-kernel

Remove conditions with no effect. Issues found by Coccinelle's semantic
patch results for cond_no_effect.cocci. Eliminate checkpatch result, a
line should not end with a parenthesis. Edit statements to keep
expressions on one line--one from Julia's feedback.

Maya Nakamura (2):
  staging: rtlwifi: Remove unnecessary conditions
  staging: rtlwifi: Keep expressions on one line

 drivers/staging/rtlwifi/phydm/phydm_debug.c   | 35 +++++++------------
 drivers/staging/rtlwifi/phydm/phydm_dig.c     |  9 ++---
 .../staging/rtlwifi/phydm/phydm_hwconfig.c    |  6 ++--
 drivers/staging/rtlwifi/phydm/phydm_psd.c     |  7 +---
 4 files changed, 17 insertions(+), 40 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2018-10-31 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-31  7:08 [PATCH 0/2] staging: rtlwifi: Remove unnecessary conditions and other cleanup Maya Nakamura
2018-10-31  7:09 ` [PATCH 1/2] staging: rtlwifi: Remove unnecessary conditions Maya Nakamura
2018-10-31  7:10 ` [PATCH 2/2] staging: rtlwifi: Keep expressions on one line Maya Nakamura
2018-10-31 14:39   ` [Outreachy kernel] " Julia Lawall
2018-10-31 18:39     ` Maya Nakamura

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.