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

2021-11-17 Thread Greg KH
On Mon, Nov 15, 2021 at 03:08:56PM +0100, Alberto Merciai wrote: > Replace camelcase word variable "wCurrentRate" into linux kernel coding > style equivalent "current_rate". > > Signed-off-by: Alberto Merciai Does not apply to my tree. Please rebase against the staging-next branch and resend.

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

2021-11-15 Thread Alberto Merciai
Replace camelcase word variable "wCurrentRate" into linux kernel coding style equivalent "current_rate". Signed-off-by: Alberto Merciai --- v3: - Remove useless links inside message body v2: - Add version changelog as suggested by Greg KH v1: - Add mail message body as suggested by Greg KH d