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

From: Greg KH
Date: Mon Nov 15 2021 - 04:32:11 EST


On Sun, Nov 14, 2021 at 10:09:35AM +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

We all know the kernel coding style, no need to have a link to it in the
changelog text, right?

> https://www.cse.iitk.ac.in/users/dsrkg/cs245/html/Guide.htm

Why is this here? That's a random college course web site.

And random links in changelog text do not age well, include the full
text of what matters in the changelog text itself, it should be
self-contained where ever possible as these live much longer than random
web site links will.

thanks,

greg k-h