Re: [PATCH v3 3/3] Staging: rtl8712: Fixes a camel case variable name style issue

From: Greg KH
Date: Wed Nov 24 2021 - 05:01:35 EST


On Mon, Nov 22, 2021 at 05:03:35PM +0000, Zoeb Mithaiwala wrote:
> Changes the names of variables in rtl871x_security from camel case to
> snake case to match coding style.
>
> Signed-off-by: Zoeb Mithaiwala <zoebm@xxxxxxxxxx>
> ---
> Changes in v3:
> - Fixes commit messages for patch.
> - Uses the same variable names in header file as implementation files.
> Changes in v2:
> - Changes the variable name from nBytesInM to bytes_in_m.
> - Removes changes to other variables in the file.

Where are patches 1/3 and 2/3 of this series?

And this looks like it does not apply to any tree at all, are you sure
you made it against the correct kernel branch? If so, what one?

thanks,

greg k-h