Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753834AbbHMSfy (ORCPT ); Thu, 13 Aug 2015 14:35:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51981 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753744AbbHMSfw (ORCPT ); Thu, 13 Aug 2015 14:35:52 -0400 Date: Thu, 13 Aug 2015 11:35:51 -0700 From: Greg KH To: Aparna Karuthodi Cc: johannes.berg@intel.com, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH] staging: wlan-ng: Made into two lines Message-ID: <20150813183551.GA24496@kroah.com> References: <1439489663-3394-1-git-send-email-kdasaparna@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439489663-3394-1-git-send-email-kdasaparna@gmail.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1220 Lines: 32 On Thu, Aug 13, 2015 at 11:44:23PM +0530, Aparna Karuthodi wrote: > Broke the line into two lines to remove a coding style warning detected > by checkpatch. > > The warning is given below: > drivers/staging/wlan-ng/cfg80211.c:755: WARNING: line over 80 > characters > > Signed-off-by: Aparna Karuthodi > --- > drivers/staging/wlan-ng/cfg80211.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c > index 7c87aec..53e0681 100644 > --- a/drivers/staging/wlan-ng/cfg80211.c > +++ b/drivers/staging/wlan-ng/cfg80211.c > @@ -752,7 +752,8 @@ static const struct cfg80211_ops prism2_usb_cfg_ops = { > > > /* Functions to create/free wiphy interface */ > -static struct wiphy *wlan_create_wiphy(struct device *dev, wlandevice_t *wlandev) > +static struct wiphy *wlan_create_wiphy(struct device *dev, > +wlandevice_t *wlandev) Does that look correct? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/