Re: [PATCH v2 09/10] staging:trl8192u: Rename TClasProc > t_clas_proc - Style

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


On Mon, Jul 16, 2018 at 08:04:53PM +0100, John Whitmore wrote:
> Rename the struct TS_COMMON_INFO member variable TClasProc to
> t_clas_proc. This change clears the checkpatch issue with CamelCase variable
> names. There should be no impact on runtime execution.
>
> Signed-off-by: John Whitmore <johnfwhitmore@xxxxxxxxx>
> ---
> drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 2 +-
> drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)

Ah, I think the problem with the rejections was that I didn't pick up
this patch, because you mispelled the driver name :)

I filter for drivers to apply everything for that one at the same time
to make things easier on myself. And this got dropped. Please fix the
subject up and add it to your series and resend, that should hopefully
fix the problems.

thanks,

greg k-h