Messages in this thread |  | | Date | Tue, 5 May 2026 09:51:48 +0300 | | From | Andy Shevchenko <> | | Subject | Re: [PATCH v4 2/3] iio: light: stk3310: Replace uint32_t with u32 and reorder members to eliminate padding |
| |
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@intel.com>
-- With Best Regards, Andy Shevchenko
|  |