Re: [PATCH] staging: sm750fb: convert nDirection to snake_case

From: Dan Carpenter

Date: Wed Feb 11 2026 - 10:11:38 EST


On Wed, Feb 11, 2026 at 04:24:22PM +0200, RachelOvrani wrote:
> Convert the variable 'nDirection' to 'n_direction'
> in drivers/staging/sm750fb/sm750_accel.c to comply
> with Linux kernel coding style guidelines.
>
> Checked with checkpatch.pl --strict: no warnings, no errors
>
> Signed-off-by: RachelOvrani <rachel.ovrani@xxxxxxxxx>
> ---

What does the n_ stand for? You can probably remove it?

regards,
dan carpenter