Re: [PATCH RFC 1/9] iio: buffer: Fix checkpatch.pl warning
From: Gyeyoung Baek
Date: Mon May 26 2025 - 01:31:02 EST
On Mon, May 26, 2025 at 2:35 AM Jonathan Cameron <jic23@xxxxxxxxxx> wrote:
>
> On Mon, 19 May 2025 23:25:53 +0900
> Gyeyoung Baek <gye976@xxxxxxxxx> wrote:
>
> > Remove the following trivial warning:
> > "WARNING: Block comments should align the * on each line"
> >
> > Signed-off-by: Gyeyoung Baek <gye976@xxxxxxxxx>
> Applied.
>
> As a general rule don't send unrelated cleanup in an RFC series
> doing something interesting! They might get missed.
Well, since the patches modify the same file, I considered them
dependent and grouped them into a single series. But now realize it
would be more appropriate to split patches logically.
Thanks for pointing it out.
Gyeyoung
> Jonathan
> > ---
> > drivers/iio/buffer/industrialio-triggered-buffer.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/buffer/industrialio-triggered-buffer.c b/drivers/iio/buffer/industrialio-triggered-buffer.c
> > index c06515987e7a..9bf75dee7ff8 100644
> > --- a/drivers/iio/buffer/industrialio-triggered-buffer.c
> > +++ b/drivers/iio/buffer/industrialio-triggered-buffer.c
> > @@ -1,5 +1,5 @@
> > // SPDX-License-Identifier: GPL-2.0-only
> > - /*
> > +/*
> > * Copyright (c) 2012 Analog Devices, Inc.
> > * Author: Lars-Peter Clausen <lars@xxxxxxxxxx>
> > */
> >
>