linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] staging: wlan-ng: fix some style issues
@ 2016-11-07 17:55 Sergio Paracuellos
  2016-11-07 17:55 ` [PATCH 01/11] staging: wlan-ng: fix line style issue in macro WLAN_GET_FC_FSTYPE Sergio Paracuellos
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Sergio Paracuellos @ 2016-11-07 17:55 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

This patchset fix several style issues to comply with 
the standard kernel coding style.

Sergio Paracuellos (11):
  staging: wlan-ng: fix line style issue in macro WLAN_GET_FC_FSTYPE
  staging: wlan-ng: remove unnecessary out of memory message in
    p80211conv.c
  staging: wlan-ng: remove unnecessary parenthesis in hfa384x_usb.c
  staging: wlan-ng: replace BUG_ON() into WARN_ON() on
    hfa384x_usbin_callback
  staging: wlan-ng: match open parenthesis alignment in hfa384x_usb.c
  staging: wlan-ng: match open parenthesis alignment in p80211req.c
  staging: wlan-ng: change comparison to NULL to preferred style.
  staging: wlan-ng: remove unnecessary blank lines in p80211wep.c
  staging: wlan-ng: fix parenthesis alignment in prism2fw.c
  staging: wlan-ng: remove unnecessary blank lines in prism2fw.c
  staging: wlan-ng: remove unnecessary parenthesis in prism2fw.c

 drivers/staging/wlan-ng/hfa384x_usb.c | 47 +++++++++++++------------
 drivers/staging/wlan-ng/p80211conv.c  |  2 --
 drivers/staging/wlan-ng/p80211hdr.h   |  3 +-
 drivers/staging/wlan-ng/p80211req.c   | 10 +++---
 drivers/staging/wlan-ng/p80211wep.c   |  6 +---
 drivers/staging/wlan-ng/prism2fw.c    | 65 +++++++++++++++++------------------
 6 files changed, 64 insertions(+), 69 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-11-10 11:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-07 17:55 [PATCH 00/11] staging: wlan-ng: fix some style issues Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 01/11] staging: wlan-ng: fix line style issue in macro WLAN_GET_FC_FSTYPE Sergio Paracuellos
2016-11-07 18:57   ` Joe Perches
2016-11-08  5:35     ` Sergio Paracuellos
2016-11-10  7:26       ` Greg KH
2016-11-07 17:55 ` [PATCH 02/11] staging: wlan-ng: remove unnecessary out of memory message in p80211conv.c Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 03/11] staging: wlan-ng: remove unnecessary parenthesis in hfa384x_usb.c Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 04/11] staging: wlan-ng: replace BUG_ON() into WARN_ON() on hfa384x_usbin_callback Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 05/11] staging: wlan-ng: match open parenthesis alignment in hfa384x_usb.c Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 06/11] staging: wlan-ng: match open parenthesis alignment in p80211req.c Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 07/11] staging: wlan-ng: change comparison to NULL to preferred style Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 08/11] staging: wlan-ng: remove unnecessary blank lines in p80211wep.c Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 09/11] staging: wlan-ng: fix parenthesis alignment in prism2fw.c Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 10/11] staging: wlan-ng: remove unnecessary blank lines " Sergio Paracuellos
2016-11-07 17:55 ` [PATCH 11/11] staging: wlan-ng: remove unnecessary parenthesis " Sergio Paracuellos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).