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 v2 0/3] staging: rtlwifi: Remove unnecessary functions
Date: Sat, 27 Oct 2018 03:12:48 -0700	[thread overview]
Message-ID: <cover.1540632666.git.m.maya.nakamura@gmail.com> (raw)

This patchset removes functions that only return zero or the second
argument. It also removes the functions that are not used at all.

For version two, changes are applied based on Julia's feedback and
checkpatch results. Other modifications include braces and spacing.

Maya Nakamura (3):
  staging: rtlwifi: Remove function that only returns the second
    argument
  staging: rtlwifi: Remove function that only returns zero
  staging: rtlwifi: Remove unused functions

 .../staging/rtlwifi/phydm/phydm_hwconfig.c    | 107 ++++--------------
 .../staging/rtlwifi/phydm/phydm_hwconfig.h    |  12 --
 2 files changed, 20 insertions(+), 99 deletions(-)

-- 
2.17.1



             reply	other threads:[~2018-10-27 10:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-27 10:12 Maya Nakamura [this message]
2018-10-27 10:15 ` [PATCH v2 1/3] staging: rtlwifi: Remove function that only returns the second argument Maya Nakamura
2018-10-27 10:16 ` [PATCH v2 2/3] staging: rtlwifi: Remove function that only returns zero Maya Nakamura
2018-10-27 10:17 ` [PATCH v2 3/3] staging: rtlwifi: Remove unused functions 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.1540632666.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.