mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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>
This commit is contained in:
parent
a05dc8b4d4
commit
cb3e9a4467
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user