Re: [PATCH 2/3] iio: imu: bmi270: rename variable bmi270_device to data
From: Alex Lanzano
Date: Sat Feb 22 2025 - 11:39:45 EST
On Wed, Feb 19, 2025 at 08:54:46PM -0300, Gustavo Silva wrote:
> Rename all instances of 'struct bmi270_data' to 'data', to ensure
> consistency across the driver.
>
> Signed-off-by: Gustavo Silva <gustavograzs@xxxxxxxxx>
Just to note, you should also include that you changed the name of the
nested struct in bmi270_data from 'data' to 'buffer' in your commit
message as well.
Acked-by: Alex Lanzano <lanzano.alex@xxxxxxxxx>