[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20241124173949.0d093579@jic23-huawei>
Date: Sun, 24 Nov 2024 17:39:49 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: David Lechner <dlechner@...libre.com>
Cc: linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iio: adc: ad_sigma_delta: add tab to align irq_line
On Fri, 22 Nov 2024 11:42:48 -0600
David Lechner <dlechner@...libre.com> wrote:
> Align the irq_line field in struct ad_sigma_delta with the other fields.
>
> Signed-off-by: David Lechner <dlechner@...libre.com>
Applied.
> ---
> include/linux/iio/adc/ad_sigma_delta.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/iio/adc/ad_sigma_delta.h b/include/linux/iio/adc/ad_sigma_delta.h
> index f8c1d2505940..1851f8fed3a4 100644
> --- a/include/linux/iio/adc/ad_sigma_delta.h
> +++ b/include/linux/iio/adc/ad_sigma_delta.h
> @@ -96,7 +96,7 @@ struct ad_sigma_delta {
> unsigned int active_slots;
> unsigned int current_slot;
> unsigned int num_slots;
> - int irq_line;
> + int irq_line;
> bool status_appended;
> /* map slots to channels in order to know what to expect from devices */
> unsigned int *slots;
>
> ---
> base-commit: 9dd2270ca0b38ee16094817f4a53e7ba78e31567
> change-id: 20241122-iio-adc-ad_signal_delta-fix-align-2e229d6c03db
>
> Best regards,
Powered by blists - more mailing lists