All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/13] wlan-ng prism2sta cleanup
@ 2016-10-08  9:45 Juliana Rodrigues
  0 siblings, 0 replies; only message in thread
From: Juliana Rodrigues @ 2016-10-08  9:45 UTC (permalink / raw)
  To: outreachy-kernel, gregkh

This patchset focuses on solving the following checkpatch warnings
found on wlan-ng, mostly related to prism2sta file:

  - Lines over 80 characters
  - Block alignment to parenthesis
  - Camelcased variables and structs

Changes in v2:
  - fixed alignment blocks
  - changed pointer line break for better comprehension

Juliana Rodrigues (13):
  staging: wlan-ng: aligned block to open parenthesis
  staging: wlan-ng: fixed lines over 80 characters
  staging: wlan-ng: renames hfa384x_InfFrame to avoid camelcase
  staging: wlan-ng: renames hfa384x_CommTallies32 to avoid camelcase
  staging: wlan-ng: renames hfa384x_ScanResult to avoid camelcase
  staging: wlan-ng: renames hfa384x_JoinRequest_data to avoid camelcase
  staging: wlan-ng: renames hfa384x_scanResultSub to avoid camelcase
  staging: wlan-ng: renames hfa384x_ChInfoResultSub to avoid camelcase
  staging: wlan-ng: renames hfa384x_AssocStatus to avoid camelcase
  staging: wlan-ng: renames hfa384x_authenticateStation_data to avoid
    camelcase
  staging: wlan-ng: renames CQ_currBSS to avoid camelcase
  staging: wlan-ng: renames ASL_currBSS to avoid camelcase
  staging: wlan-ng: renames ANL_currFC to avoid camelcase

 drivers/staging/wlan-ng/hfa384x.h    |  42 ++++-----
 drivers/staging/wlan-ng/prism2mgmt.h |   3 +-
 drivers/staging/wlan-ng/prism2sta.c  | 167 ++++++++++++++++++-----------------
 3 files changed, 109 insertions(+), 103 deletions(-)

-- 
2.10.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-08  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08  9:45 [PATCH v2 00/13] wlan-ng prism2sta cleanup Juliana Rodrigues

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.