Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1489816
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] staging: wlan-ng: avoid to introduce new typedefs |
| Date | 2016-09-23 10:00 +0200 |
| Message-ID | <sktyN-Qs-3@gated-at.bofh.it> (permalink) |
| References | <skqAV-7v6-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 23, 2016 at 06:46:55AM +0200, Sergio Paracuellos wrote: > This patch fixes the following checkpatch.pl warning in p80211types.h: > WARNING: do not add new typedefs > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> > --- > drivers/staging/wlan-ng/cfg80211.c | 12 +- > drivers/staging/wlan-ng/p80211metastruct.h | 248 ++++++++++++++--------------- > drivers/staging/wlan-ng/p80211netdev.c | 8 +- > drivers/staging/wlan-ng/p80211netdev.h | 2 +- > drivers/staging/wlan-ng/p80211req.c | 7 +- > drivers/staging/wlan-ng/p80211types.h | 126 +++++++-------- > drivers/staging/wlan-ng/prism2fw.c | 4 +- > drivers/staging/wlan-ng/prism2mgmt.c | 8 +- > drivers/staging/wlan-ng/prism2mgmt.h | 10 +- > drivers/staging/wlan-ng/prism2mib.c | 16 +- > drivers/staging/wlan-ng/prism2sta.c | 8 +- > 11 files changed, 225 insertions(+), 224 deletions(-) Can you please do this one typedef at a time, as a patch series? thanks, reg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] staging: wlan-ng: avoid to introduce new typedefs Sergio Paracuellos <sergio.paracuellos@gmail.com> - 2016-09-23 06:50 +0200 Re: [PATCH] staging: wlan-ng: avoid to introduce new typedefs Greg KH <gregkh@linuxfoundation.org> - 2016-09-23 10:00 +0200
csiph-web