From: David Lechner Date: Fri, 22 Nov 2024 17:42:48 +0000 (-0600) Subject: iio: adc: ad_sigma_delta: add tab to align irq_line X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cb3e9a446763da8850c8280be009d95f61e11a94;p=users%2Fjedix%2Flinux-maple.git iio: adc: ad_sigma_delta: add tab to align irq_line Align the irq_line field in struct ad_sigma_delta with the other fields. Signed-off-by: David Lechner Link: https://patch.msgid.link/20241122-iio-adc-ad_signal_delta-fix-align-v1-1-d0a071d2dc83@baylibre.com Signed-off-by: Jonathan Cameron --- diff --git a/include/linux/iio/adc/ad_sigma_delta.h b/include/linux/iio/adc/ad_sigma_delta.h index f8c1d25059409..1851f8fed3a44 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;