Re: [PATCH] staging: wlan-ng: avoid to introduce new typedefs

From: Greg KH
Date: Fri Sep 23 2016 - 03:56:33 EST


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@xxxxxxxxx>
> ---
> 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