All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maya Nakamura <m.maya.nakamura@gmail.com>
To: gregkh@linuxfoundation.org, outreachy-kernel@googlegroups.com
Subject: [PATCH 0/2] staging: rtlwifi: Remove unnecessary conditions and other cleanup
Date: Wed, 31 Oct 2018 00:08:25 -0700	[thread overview]
Message-ID: <cover.1540968891.git.m.maya.nakamura@gmail.com> (raw)

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



             reply	other threads:[~2018-10-31  7:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-31  7:08 Maya Nakamura [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1540968891.git.m.maya.nakamura@gmail.com \
    --to=m.maya.nakamura@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.