Re: [PATCH] iio: adc: max1363: Fix leading space indentation
From: David Lechner
Date: Fri Mar 06 2026 - 09:49:36 EST
On 3/6/26 7:43 AM, Giorgi Tchankvetadze wrote:
> Fix leading space indentation in the device enum (found by checkpatch).
>
> No functional change.
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
> ---
> drivers/iio/adc/max1363.c | 74 +++++++++++++++++++--------------------
> 1 file changed, 37 insertions(+), 37 deletions(-)
>
> diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
> index d35f4487b2f9..75af10bc37de 100644
> --- a/drivers/iio/adc/max1363.c
> +++ b/drivers/iio/adc/max1363.c
> @@ -638,43 +638,43 @@ static const struct iio_chan_spec max11646_channels[] = MAX1363_2X_CHANS(10);
> static const struct iio_chan_spec max11644_channels[] = MAX1363_2X_CHANS(12);
>
> 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.