All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: rtlwifi: Remove unnecessary functions
@ 2018-10-27 10:12 Maya Nakamura
  2018-10-27 10:15 ` [PATCH v2 1/3] staging: rtlwifi: Remove function that only returns the second argument Maya Nakamura
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maya Nakamura @ 2018-10-27 10:12 UTC (permalink / raw)
  To: gregkh, outreachy-kernel

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



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

end of thread, other threads:[~2018-10-27 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-27 10:12 [PATCH v2 0/3] staging: rtlwifi: Remove unnecessary functions Maya Nakamura
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

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.