Re: [PATCH V4] staging:rtl8188eu:core Rename CamelCase variables

2017-09-01 Thread Dan Carpenter
On Fri, Sep 01, 2017 at 12:01:02PM +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

Re: [PATCH V4] staging:rtl8188eu:core Rename CamelCase variables

2017-09-01 Thread Greg KH
On Fri, Sep 01, 2017 at 12:01:02PM +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

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

2017-09-01 Thread Janani Sankara Babu
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