mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Aparna Karuthodi <kdasaparna@gmail.com>
Cc: johannes.berg@intel.com, linux-kernel@vger.kernel.org,
	devel@driverdev.osuosl.org
Subject: Re: [PATCH] staging: wlan-ng: Made into two lines
Date: Thu, 13 Aug 2015 11:35:51 -0700	[thread overview]
Message-ID: <20150813183551.GA24496@kroah.com> (raw)
In-Reply-To: <1439489663-3394-1-git-send-email-kdasaparna@gmail.com>

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 <kdasaparna@gmail.com>
> ---
>  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?


      reply	other threads:[~2015-08-13 18:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-13 18:14 Aparna Karuthodi
2015-08-13 18:35 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150813183551.GA24496@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=johannes.berg@intel.com \
    --cc=kdasaparna@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome