Re: [PATCH v2] staging: atomisp: fix brace style and trailing whitespace in isp_param.c
From: Kalyani patra
Date: Wed Mar 11 2026 - 11:27:09 EST
Hi Daniel,
Thank you for the review and for the clarification about patch versioning.
I will keep that in mind for future submissions.
Thanks,
Kalyani
On Wed, Mar 11, 2026 at 8:47 PM Daniel Baluta <daniel.baluta@xxxxxxx> wrote:
>
> 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>
>
>