Re: [PATCH v4 2/3] iio: light: stk3310: Replace uint32_t with u32 and reorder members to eliminate padding

From: Andy Shevchenko

Date: Tue May 05 2026 - 02:52:05 EST


On Mon, May 04, 2026 at 11:04:07AM +0800, Miao Li wrote:

> Replace the uint32_t type members in the stk3310_data structure with u32

stk3310_data structure --> struct stk3310_data

> to adhere to the unified kernel coding style, and reorder the member
> variables to eliminate memory padding holes.

Might be good to add `pahole` summary before and after the change.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>

--
With Best Regards,
Andy Shevchenko