[PATCH v4 0/5] staging: rtl8712: fix several checkpatch style issues

From: Martin Homuth
Date: Tue Dec 19 2017 - 15:17:13 EST


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