This series contains a few small cleanups to the axi-spi-engine driver, mostly suggested from previous reviews. --- Changes in v2: - Picked up the Reviewed-by trailers. - Modified second patch to reorder assignment of the length field. - Link to v1: https://lore.kernel.org/r/20240301-mainline-axi-spi-engine-small-cleanups-v1-0-241dfd2a79f7@xxxxxxxxxxxx --- David Lechner (3): spi: axi-spi-engine: remove p from struct spi_engine_message_state spi: axi-spi-engine: use __counted_by() attribute spi: axi-spi-engine: use struct_size() macro drivers/spi/spi-axi-spi-engine.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) --- base-commit: bf790d87088a04d5f3a4659e04ff2a5a16eca294 change-id: 20240301-mainline-axi-spi-engine-small-cleanups-cd08b51cb6d4 Best regards, -- David Lechner <dlechner@xxxxxxxxxxxx>