Messages in this thread |  | | Date | Thu, 21 Dec 2017 18:25:55 +0100 | From | Greg KH <> | Subject | Re: [PATCH v4 1/5] staging: rtl8712: style fix over 80 characters warnings |
| |
On Tue, Dec 19, 2017 at 09:16:22PM +0100, Martin Homuth wrote: > This patch fixes various coding style issues in the rtl8712 module as > noted by checkpatch.pl by reducing the characters per line to under > 80. > > It fixes the following checkpatch.pl warning: > > WARNING: line over 80 characters > > Signed-off-by: Martin Homuth <martin@martinhomuth.de> > --- > drivers/staging/rtl8712/ieee80211.c | 6 ++++-- > drivers/staging/rtl8712/os_intfs.c | 5 ++++- > drivers/staging/rtl8712/rtl8712_cmd.c | 18 ++++++++++-------- > drivers/staging/rtl8712/rtl8712_xmit.c | 3 ++- > drivers/staging/rtl8712/rtl871x_mlme.c | 3 ++- > drivers/staging/rtl8712/rtl871x_mlme.h | 3 ++- > 6 files changed, 24 insertions(+), 14 deletions(-)
This patch does not apply against my staging-next branch at all :(
|  |