Re: [PATCH v4 1/5] staging: rtl8712: style fix over 80 characters warnings

From: Greg KH
Date: Thu Dec 21 2017 - 12:26:01 EST


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@xxxxxxxxxxxxxxx>
> ---
> 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 :(