Re: [PATCH] iio: adc: max1363: Fix leading space indentation
From: Giorgi Tchankvetadze
Date: Sat Mar 07 2026 - 02:22:10 EST
On Fri, Mar 6, 2026 at 6:40 PM David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> > enum { max1361,
>
> We should also move max1361 to a new line if we are cleaning this up.
>
>
> > };
> >
> > static const int max1363_monitor_speeds[] = { 133000, 665000, 33300, 16600,
>
>
> And would be nice to move these values to a new line too to keep the style
> consistent.
>
Thanks Andy and David for the review.
I've addressed the comments and sent a v2 of the patch.
Giorgi