Re: [PATCH v3] staging: vt6655: Fix Lines should not end with a '('

From: Greg KH
Date: Thu Oct 20 2022 - 11:00:19 EST


On Thu, Oct 20, 2022 at 11:30:36AM +0000, Tanjuate Brunostar wrote:
> Code style warnings reported by checkpatch.
> Improve the layout of a function header:
> Put the first parameter immediately after the '(' and align the other
> parameters underneath it.
>
> Signed-off-by: Tanjuate Brunostar <tanjubrunostar0@xxxxxxxxx>
>
> ---
> v2: put static and void on the same line and adjusted the indentation as
> suggested by Greg KH
> ---
> v3: Reformat the code by inserting tabs and white space as recommended
> by Nam Cao and Julia Lawall

I see 2 "v3" patches sent to the list, yet they are different. So I
don't know which one is correct :(

Please resend a v4 with the correct change.

thanks,

greg k-h