lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 30 Jan 2019 19:10:52 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     SandeshKa07 <kas.sandesh@...il.com>
Cc:     osdevtc@...il.com, eklikeroomys@...il.com, omer.efrat@...demg.com,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging:wlan-ng:cfg80211.c Fixed line more than 80
 characters.

On Wed, Jan 30, 2019 at 06:45:38PM +0100, SandeshKa07 wrote:
> From: Sandesh Kenjana Ashok <kas.sandesh@...il.com>
> 
> Lines over 80 characters are adjusted according to standards
> 
> Signed-off-by: Sandesh Kenjana Ashok <kas.sandesh@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ