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

From: Dan Carpenter
Date: Fri Sep 01 2017 - 04:55:21 EST


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 referenced inside rtl8188eu driver are also changed.
>
> Signed-off-by: Janani Sankara Babu <jananis37@xxxxxxxxx>
> ---

Put a changelog here under the --- cut off line.

v2: remove extra stuff that was committed by mistake
v3: choose different names
v4: rebase on latest staging-next

> drivers/staging/rtl8188eu/core/rtw_ap.c | 86 ++++++++++----------

regards,
dan carpenter