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:   Thu, 31 Aug 2017 18:13:53 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Janani Sankara Babu <jananis37@...il.com>
Cc:     devel@...verdev.osuosl.org, insafonov@...il.com,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH V3] staging:rtl8188eu:core Rename CamelCase variables

On Tue, Aug 29, 2017 at 05:01:20PM +0530, Janani Sankara Babu wrote:
> This patch is created to solve the CamelCase issue. The members 'IEs' and
> 'IELength' of struct wlan_bssid_ex are being modified to 'ie' and
> 'ie_length' to solve the issue. And all the places where these variables
> are referenced inside rtl8188eu driver are also changed.
> 
> Signed-off-by: Janani Sankara Babu <jananis37@...il.com>
> ---
> Changelog
> [Patch 1/2] : Replace 'IELength' and 'IEs' of struct wlan_bssid_ex with
> 'ie_length' and 'ies'
> [Patch 2/2] : Remove wrongly commented out lines from the code and rename
> 'ies' to 'ie' as per suggestions
> V3 : Merge all changes into single patch

Patch does not apply to my tree a all :(

Please rebase it and resend.

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ