Re: [PATCH v4 1/2] staging: sm750fb: Fix CamelCase variable names
From: Greg KH
Date: Mon Feb 23 2026 - 09:17:19 EST
On Sun, Feb 08, 2026 at 10:43:43AM -0800, Shreyas Ravi wrote:
> Rename CamelCase variable names to snake_case to comply
> with kernel coding style.
You are changing different structures at the same time. Do it one
structure at a time please.
thanks,
greg k-h