Re: [PATCH v2] staging: vt6655: fix camelcase in wCurrentRate

2021-11-14 Thread Greg KH
On Sun, Nov 14, 2021 at 09:20:29AM +0100, Alberto Merciai wrote: > Replace camelcase word variable "wCurrentRate" into linux kernel coding > style equivalent "current_rate". > > References: > https://www.kernel.org/doc/html/latest/process/coding-style.html > https://www.cse.iitk.ac.in/users/dsrkg/

[PATCH v2] staging: vt6655: fix camelcase in wCurrentRate

2021-11-14 Thread Alberto Merciai
Replace camelcase word variable "wCurrentRate" into linux kernel coding style equivalent "current_rate". References: https://www.kernel.org/doc/html/latest/process/coding-style.html https://www.cse.iitk.ac.in/users/dsrkg/cs245/html/Guide.htm Signed-off-by: Alberto Merciai --- drivers/staging/vt