Re: [PATCH] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

From: Greg KH
Date: Mon Nov 15 2021 - 04:33:28 EST


On Sun, Nov 14, 2021 at 05:40:48PM +0100, Alberto Merciai wrote:
> Replace camelcase variable "uCurrRSSI" (current Received Signal Strength
> Indicator) into linux kernel coding style equivalent

Odd line break :(

And trailing whitespace :(

> variable "current_rssi".
>
> References:
> https://www.kernel.org/doc/html/latest/process/coding-style.html
> https://www.cse.iitk.ac.in/users/dsrkg/cs245/html/Guide.htm

Same comments on these links as before.

thanks,

greg k-h