Re: [PATCH v2] staging: vt6655: fix camelcase byData in card.c
From: Tommaso Merciai <tomm.merciai@gmail.com>
Date: 2021-10-24 18:43:53
Also in:
lkml
From: Tommaso Merciai <tomm.merciai@gmail.com>
Date: 2021-10-24 18:43:53
Also in:
lkml
On Tue, Oct 19, 2021 at 07:49:44AM +0200, Greg Kroah-Hartman wrote:
On Mon, Oct 18, 2021 at 09:21:22PM +0200, Tommaso Merciai wrote:quoted
Replace camelcase variable "byData" into linux kernel coding style equivalent variable "data" in card.c. "by" prefix in hungarian notation stands for byte or unsigned char References: - https://www.cse.iitk.ac.in/users/dsrkg/cs245/html/Guide.htmDon't provide web links in a changelog text, they might not endure.Why the old and obsolete 4.10 kernel document? thanks, greg k-h
Hi Greg, I'll update and resend. Thanks, Tommaso