Re: [PATCH 07/14] staging:rtl8192u: Remove typedef and rename struct RT_DOT11D_INFO - Style

From: Greg KH
Date: Sat Jul 21 2018 - 03:00:46 EST


On Fri, Jul 20, 2018 at 09:21:35PM +0100, John Whitmore wrote:
> Removed the typedef from structure RT_DOT11D_INFO. This change clears the
> checkpatch issue with declaring new types.
>
> Rename the structure from RT_DOT11D_INFO to rt_dot11d_info.
>
> Coding style changes which should not impact runtime execution of code.
>
> Signed-off-by: John Whitmore <johnfwhitmore@xxxxxxxxx>
> ---
> drivers/staging/rtl8192u/ieee80211/dot11d.c | 14 +++++++-------
> drivers/staging/rtl8192u/ieee80211/dot11d.h | 11 ++++++-----
> .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 +-
> 3 files changed, 14 insertions(+), 13 deletions(-)

This patch fails to apply as well.

I've applied the series up to here. Please rebase what I didn't take
from this, and the last patch from the other series, and resend.

thanks,

greg k-h