mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/5] staging: rtl8712: fix several checkpatch style issues
@ 2017-12-19 16:32 Martin Homuth
  2017-12-19 16:32 ` [PATCH v3 1/5] staging: rtl8712: style fix over 80 characters warnings Martin Homuth
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Martin Homuth @ 2017-12-19 16:32 UTC (permalink / raw)
  To: alex.mikhalevich, rvarsha016, devel, linux-kernel, 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])

v3:
 - missed one reference simplification ([2/5])
 - fix some checkpatch checks
 - missed one line length warning ([1/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        | 13 ++---
 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, 142 insertions(+), 137 deletions(-)

-- 
2.15.1

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-19 16:32 [PATCH v3 0/5] staging: rtl8712: fix several checkpatch style issues Martin Homuth
2017-12-19 16:32 ` [PATCH v3 1/5] staging: rtl8712: style fix over 80 characters warnings Martin Homuth
2017-12-19 16:32 ` [PATCH v3 2/5] staging: rtl8712: style fix multiple line dereferences Martin Homuth
2017-12-19 16:41   ` Joe Perches
2017-12-19 20:02     ` Martin Homuth
2017-12-19 16:32 ` [PATCH v3 3/5] staging: rtl8712: style fix indentation Martin Homuth
2017-12-19 16:32 ` [PATCH v3 4/5] staging: rtl8712: style fix unneeded else Martin Homuth
2017-12-19 16:32 ` [PATCH v3 5/5] staging: rtl8712: style fix returned error code Martin Homuth

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

Powered by JetHome