Re: [PATCH] staging: media: atomisp: fix indentation and spacing in sh_css.c
From: Andy Shevchenko
Date: Thu Apr 02 2026 - 09:57:06 EST
On Thu, Apr 02, 2026 at 03:30:05PM +0200, Daniil Bulgar wrote:
> Fix several coding style errors reported by checkpatch.pl.
> Use tabs for indentation instead of spaces.
> Fix alignment of function arguments to match the opening parenthesis.
> Remove trailing whitespaces and fix blank lines.
Split to the fix per type of the issues.
...
> -/**
> +/*
Huh?!
...
Also, if you are doing that, do it on the set of files or against the entire
driver. No need to have 1000+ patches like this.
--
With Best Regards,
Andy Shevchenko