Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

David Lechner and committed by
Jonathan Cameron
cb3e9a44 a05dc8b4

+1 -1
+1 -1
include/linux/iio/adc/ad_sigma_delta.h
··· 96 96 unsigned int active_slots; 97 97 unsigned int current_slot; 98 98 unsigned int num_slots; 99 - int irq_line; 99 + int irq_line; 100 100 bool status_appended; 101 101 /* map slots to channels in order to know what to expect from devices */ 102 102 unsigned int *slots;