All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: SandeshKa07 <kas.sandesh@gmail.com>
Cc: osdevtc@gmail.com, eklikeroomys@gmail.com,
	omer.efrat@tandemg.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging:wlan-ng:cfg80211.c Fixed line more than 80 characters.
Date: Wed, 30 Jan 2019 19:10:52 +0100	[thread overview]
Message-ID: <20190130181052.GA15760@kroah.com> (raw)
In-Reply-To: <20190130174538.9189-1-kas.sandesh@gmail.com>

On Wed, Jan 30, 2019 at 06:45:38PM +0100, SandeshKa07 wrote:
> From: Sandesh Kenjana Ashok <kas.sandesh@gmail.com>
> 
> Lines over 80 characters are adjusted according to standards
> 
> Signed-off-by: Sandesh Kenjana Ashok <kas.sandesh@gmail.com>
> ---
>  drivers/staging/wlan-ng/cfg80211.c | 17 +++++++++--------
>  1 file changed, 9 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c
> index e5d7def1f366..7687f619ee34 100644
> --- a/drivers/staging/wlan-ng/cfg80211.c
> +++ b/drivers/staging/wlan-ng/cfg80211.c
> @@ -373,7 +373,8 @@ static int prism2_scan(struct wiphy *wiphy,
>  			msg2.beaconperiod.data,
>  			ie_buf,
>  			ie_len,
> -			(msg2.signal.data - 65536) * 100, /* Conversion to signed type */
> +			/*Conversion to signed type*/

Please put ' ' in there correctly.

Also, use scripts/get_maintainer.pl to get the right mailing list to
send this to.

thanks,

greg k-h

      reply	other threads:[~2019-01-30 18:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-30 17:45 [PATCH] staging:wlan-ng:cfg80211.c Fixed line more than 80 characters SandeshKa07
2019-01-30 18:10 ` 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=20190130181052.GA15760@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=eklikeroomys@gmail.com \
    --cc=kas.sandesh@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=omer.efrat@tandemg.com \
    --cc=osdevtc@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.