Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1724390
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V3] staging:rtl8188eu:core Rename CamelCase variables |
| Date | 2017-08-31 18:20 +0200 |
| Message-ID | <ukAmd-7Ri-7@gated-at.bofh.it> (permalink) |
| References | <ujN2a-229-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH V3] staging:rtl8188eu:core Rename CamelCase variables Greg KH <gregkh@linuxfoundation.org> - 2017-08-31 18:20 +0200
csiph-web