Re: [PATCH v4] staging: vme_user: fix check alignment should match open parenthesis

From: Alexon Oliveira
Date: Fri Aug 04 2023 - 12:15:42 EST


On Fri, Aug 04, 2023 at 06:54:58PM +0300, Dan Carpenter wrote:
> On Fri, Aug 04, 2023 at 11:50:37AM -0300, Alexon Oliveira wrote:
> > Fixed warnings and checks as reported by checkpatch to adhere to the
> > Linux kernel coding-style guidelines.
> >
> > Signed-off-by: Alexon Oliveira <alexondunkan@xxxxxxxxx>
> > ---
> >
> > Changes in v4:
> > - Fixed changelog again
> >
> > Changes in v3:
> > - Fixed changelog
> >
> > Changes in v2:
> > - Fixed CHECK: line length exceeds 100 columns, noted by
> > Greg KH and Dan Carpenter
> > - Fixed CHECK: Alignment should match open parenthesis
> > - Fixed CHECK: Lines should not end with a '('
>
> There you go. You managed in the end. :)
>

Yay, at last :) Thank y'all for bearing with me. Next commits are going to be more fluid, promise.

> Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
>
> regards,
> dan carpenter
>

Thank you.

Alexon Oliveira