From: Greg KH <gregkh@linuxfoundation.org>
To: Janani Sankara Babu <jananis37@gmail.com>
Cc: insafonov@gmail.com, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V4] staging:rtl8188eu:core Rename CamelCase variables
Date: Fri, 1 Sep 2017 08:44:03 +0200 [thread overview]
Message-ID: <20170901064403.GA5694@kroah.com> (raw)
In-Reply-To: <1504247462-7308-1-git-send-email-jananis37@gmail.com>
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@gmail.com>
> ---
> drivers/staging/rtl8188eu/core/rtw_ap.c | 86 ++++++++++----------
> drivers/staging/rtl8188eu/core/rtw_cmd.c | 26 +++---
> drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 20 ++---
> drivers/staging/rtl8188eu/core/rtw_ioctl_set.c | 2 +-
> drivers/staging/rtl8188eu/core/rtw_mlme.c | 66 ++++++++--------
> drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 100 ++++++++++++------------
> drivers/staging/rtl8188eu/core/rtw_wlan_util.c | 34 ++++----
> drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c | 16 ++--
> drivers/staging/rtl8188eu/include/wlan_bssdef.h | 10 +--
> drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 12 +--
> 10 files changed, 186 insertions(+), 186 deletions(-)
Where is the changelog here that shows what changed in each version of
the patch? That's required, please read the documentation for how to do
this properly.
thanks,
greg k-h
next prev parent reply other threads:[~2017-09-01 6:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-01 6:31 [PATCH V4] staging:rtl8188eu:core Rename CamelCase variables Janani Sankara Babu
2017-09-01 6:44 ` Greg KH [this message]
2017-09-01 8:54 ` Dan Carpenter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170901064403.GA5694@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=insafonov@gmail.com \
--cc=jananis37@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.