On Fri, 22 Nov 2024 11:42:48 -0600 David Lechner <dlechner@xxxxxxxxxxxx> wrote: > Align the irq_line field in struct ad_sigma_delta with the other fields. > > Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx> 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,