[PATCH v3 00/16] staging: ks7010: more cleanups

Sergio Paracuellos sergio.paracuellos at gmail.com
Fri Apr 6 12:37:35 UTC 2018


This patch series continues with cleanups in this driver. 

Some checkpatch warnings have been removed as well as 
nonsense code and code that is not being used at all.
Some functions have been rewriten or reviewed to improve
readability.

v2:
 - PATCH 8: use ALIGN() macro in rewrite of function hif_align_size()
 - PATCH 14: change commit message to not use 'checkpatch'.
 - PATCH 16: use msecs_to_jiffies()

 v3:
 - Change patches sign off mail address because I extracted them in
   different laptop and that was not the one to use.

Sergio Paracuellos (16):
  staging: ks7010: remove not used enum values from eap_packet.h header
  staging: ks7010: remove EAPOL_VERSION preprocessor definition
  staging: ks7010: remove two redefined defines in eap_packet.h header
  staging: ks7010: change ETHER_HDR_SIZE definition to use the size of
    struct ether_hdr
  staging: ks7010: indent enum properly in eap_packet.h header file
  staging: ks7010: move and rename DEVICE_ALIGNMENT into correct header
  staging: ks7010: remove KS_ATOM preprocessor condtional code
  staging: ks7010: rewrite hif_align_size inline function
  staging: ks7010: remove KS_WLAN_MEM_FLAG definition
  staging: ks7010: remove nosense #if 1 directive
  staging: ks7010: avoid casts in michael_mic_function calls
  staging: ks7010: remove '\' character from michael_block function
  staging: ks7010: remove nonsense comment
  staging: ks7010: fix remaining checkpatch warnings about long lines in
    ks7010_sdio source
  staging: ks7010: change sdio related read/write function parameter
    types
  staging: ks7010: use msecs_to_jiffies in ks7010_rw_function function

 drivers/staging/ks7010/eap_packet.h  | 33 +++++++--------------------------
 drivers/staging/ks7010/ks7010_sdio.c | 30 ++++++++++++++++--------------
 drivers/staging/ks7010/ks7010_sdio.h |  5 -----
 drivers/staging/ks7010/ks_hostif.c   | 23 ++++++++---------------
 drivers/staging/ks7010/ks_hostif.h   | 16 ++++------------
 drivers/staging/ks7010/ks_wlan_net.c |  3 +--
 drivers/staging/ks7010/michael_mic.c |  6 +++---
 drivers/staging/ks7010/michael_mic.h |  2 +-
 8 files changed, 40 insertions(+), 78 deletions(-)

-- 
2.7.4



More information about the devel mailing list