[PATCH V3] staging:rtl8188eu:core Rename CamelCase variables

Greg KH gregkh at linuxfoundation.org
Thu Aug 31 16:13:53 UTC 2017


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 at gmail.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


More information about the devel mailing list