All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix Avoid CamelCase
@ 2017-08-29 10:11 Janani Sankara Babu
  2017-08-29 10:11 ` [PATCH 1/2] staging:rtl8188eu:core " Janani Sankara Babu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Janani Sankara Babu @ 2017-08-29 10:11 UTC (permalink / raw)
  To: gregkh; +Cc: insafonov, devel, linux-kernel, Janani Sankara Babu

[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 

Janani Sankara Babu (2):
  staging:rtl8188eu:core Fix Avoid CamelCase
  staging:rtl8188eu:core Fix Avoid CamelCase

 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(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-29 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 10:11 [PATCH 0/2] Fix Avoid CamelCase Janani Sankara Babu
2017-08-29 10:11 ` [PATCH 1/2] staging:rtl8188eu:core " Janani Sankara Babu
2017-08-29 10:11 ` [PATCH 2/2] " Janani Sankara Babu
2017-08-29 10:23 ` [PATCH 0/2] " Dan Carpenter

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.