diff options
author | 2024-11-22 11:42:48 -0600 | |
---|---|---|
committer | 2024-12-07 17:47:58 +0000 | |
commit | cb3e9a446763da8850c8280be009d95f61e11a94 (patch) | |
tree | 27061140acdfd4fd37075cdffa811f052046be37 | |
parent | iio: buffer-dmaengine: document iio_dmaengine_buffer_setup_ext (diff) | |
download | wireguard-linux-cb3e9a446763da8850c8280be009d95f61e11a94.tar.xz wireguard-linux-cb3e9a446763da8850c8280be009d95f61e11a94.zip |
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 <dlechner@baylibre.com>
Link: https://patch.msgid.link/20241122-iio-adc-ad_signal_delta-fix-align-v1-1-d0a071d2dc83@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | include/linux/iio/adc/ad_sigma_delta.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |