From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754283AbdLURZ4 (ORCPT ); Thu, 21 Dec 2017 12:25:56 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35708 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752805AbdLURZz (ORCPT ); Thu, 21 Dec 2017 12:25:55 -0500 Date: Thu, 21 Dec 2017 18:25:55 +0100 From: Greg KH To: Martin Homuth Cc: alex.mikhalevich@gmail.com, rvarsha016@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/5] staging: rtl8712: style fix over 80 characters warnings Message-ID: <20171221172555.GA23799@kroah.com> References: <20171219201626.10240-1-martin@martinhomuth.de> <20171219201626.10240-2-martin@martinhomuth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171219201626.10240-2-martin@martinhomuth.de> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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 :(