Re: [PATCH 1/2] staging: sm750fb: rename pvReg to pv_reg

From: Dan Carpenter

Date: Thu May 28 2026 - 10:16:47 EST


On Thu, May 28, 2026 at 07:06:26PM +0530, Onish Sharma wrote:
> Rename pvReg to pv_reg to comply with kernel coding style (checkpatch.pl)
> and improve readability.
>
> Signed-off-by: Onish Sharma <neharora23587@xxxxxxxxx>

pv stands for pointer void. It's Hungarian notation and it's not
allowed.

regards,
dan carpenter