Re: [PATCH v2] staging: atomisp: fix brace style and trailing whitespace in isp_param.c
From: Daniel Baluta
Date: Wed Mar 11 2026 - 11:18:08 EST
On 3/11/26 17:13, Kalyani Patra wrote:
> Fix checkpatch errors related to brace placement and remove trailing
> whitespace in isp_param.c.
>
> Reported by scripts/checkpatch.pl.
>
> Signed-off-by: Kalyani Patra <kalyanipatra2003@xxxxxxxxx>
> ---
Please keep in mint that when submitting a patch you need to start with version 1,
saying [PATCH]... it is enough for people to understand is v1.
Now, even if we did an internal review until v2 community doesn't know that and you need
to reset your counting.
Otherwise, people will ask you where is v1 (plus where is the changelog for v1->v2).
As now this is clear, I hope community can ignore [PATCH v2] in the subject as git tools will do
when applying the patch.
With that,
Reviewed-by: Daniel Baluta <daniel.baluta@xxxxxxx>