Re: [PATCH v6 2/3] staging: iio: adc: ad7816: Serialize SPI read operations

From: nasser

Date: Sun Sep 13 2026 - 09:22:06 EST


Hi Andy,

Thanks for pointing this out

Placing the mutex after the `u8` variables introduces unnecessary
padding/holes. I will move it up in the struct (right after the
pointers) in v7 to ensure a proper memory layout without wasted space.

Thanks for the review

Best regards,
Abdelnasser