mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/5] staging: rtl8712: fix several checkpatch style issues
@ 2017-12-18 23:18 Martin Homuth
  2017-12-18 23:18 ` [PATCH v2 1/5] staging: rtl8712: style fix over 80 characters warnings Martin Homuth
  2017-12-18 23:18 ` [PATCH v2 2/5] staging: rtl8712: style fix multiple line dereferences Martin Homuth
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Homuth @ 2017-12-18 23:18 UTC (permalink / raw)
  To: linux-kernel, devel, becher.jannik, alex.mikhalevich, gregkh
  Cc: Martin Homuth

This patch series fixes some coding style issues reported by checkpatch.pl.

It is based on next-20171218

v2:
 - avoid line-wrapping by thunderbird
 - use temporary pointers to avoid index in separate line ([2/5])

Martin Homuth (5):
  staging: rtl8712: style fix over 80 characters warnings
  staging: rtl8712: style fix multiple line dereferences
  staging: rtl8712: style fix indentation
  staging: rtl8712: style fix unneeded else
  staging: rtl8712: style fix returned error code

 drivers/staging/rtl8712/ieee80211.c           |  6 ++-
 drivers/staging/rtl8712/os_intfs.c            |  5 +-
 drivers/staging/rtl8712/rtl8712_cmd.c         | 18 ++++---
 drivers/staging/rtl8712/rtl8712_recv.c        | 14 +++--
 drivers/staging/rtl8712/rtl8712_xmit.c        |  3 +-
 drivers/staging/rtl8712/rtl871x_cmd.c         | 36 ++++++-------
 drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 75 ++++++++++++++-------------
 drivers/staging/rtl8712/rtl871x_ioctl_set.c   | 72 +++++++++++++------------
 drivers/staging/rtl8712/rtl871x_mlme.c        |  9 ++--
 drivers/staging/rtl8712/rtl871x_mlme.h        |  3 +-
 drivers/staging/rtl8712/rtl871x_security.c    | 37 ++++++-------
 drivers/staging/rtl8712/usb_ops_linux.c       |  2 +-
 12 files changed, 143 insertions(+), 137 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2017-12-19  2:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-18 23:18 [PATCH v2 0/5] staging: rtl8712: fix several checkpatch style issues Martin Homuth
2017-12-18 23:18 ` [PATCH v2 1/5] staging: rtl8712: style fix over 80 characters warnings Martin Homuth
2017-12-18 23:18 ` [PATCH v2 2/5] staging: rtl8712: style fix multiple line dereferences Martin Homuth
2017-12-19  2:50   ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®