Re: [PATCH] staging: vt6655: Replace camel case variable name
From: Gustavo A. R. Silva
Date: Wed Sep 22 2021 - 19:33:25 EST
On 9/22/21 17:51, Tommaso Merciai wrote:
> Work in progress: replace camel case variables
>
> PortOffset -> port_offset
>
> Signed-off-by: Tommaso Merciai <tomm.merciai@xxxxxxxxx>
> ---
When someone gives you feedback and you have to respin your
patch, you should version the patches that you resend, and
mention what changed, here:
Changes in v2:
- Variable should be port_offset instead of port_off_set.
I encourage you to take a look at this:
https://kernelnewbies.org/Outreachyfirstpatch
It will be of great help if you are trying to land
your first patches. :)
--
Gustavo