All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] staging: rtl8712: fix several checkpatch style issues
@ 2017-12-19 20:16 Martin Homuth
  2017-12-19 20:16 ` [PATCH v4 1/5] staging: rtl8712: style fix over 80 characters warnings Martin Homuth
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Martin Homuth @ 2017-12-19 20:16 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])

v4:
 - fix remaining reference simplifications ([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        | 55 ++++++---------
 drivers/staging/rtl8712/rtl8712_xmit.c        |  3 +-
 drivers/staging/rtl8712/rtl871x_cmd.c         | 36 +++++-----
 drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 98 +++++++++++++--------------
 drivers/staging/rtl8712/rtl871x_ioctl_set.c   | 72 ++++++++++----------
 drivers/staging/rtl8712/rtl871x_mlme.c        | 12 ++--
 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, 169 insertions(+), 178 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2017-12-21 17:28 UTC | newest]

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

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.