Re: [PATCH v2 2/2] spi: spi-mt65xx: Rename a variable in interrupt handler

From: AngeloGioacchino Del Regno
Date: Thu Mar 21 2024 - 04:58:57 EST


Il 21/03/24 08:08, Fei Shao ha scritto:
All the spi_transfer variables in this file use the name "xfer" except
the one in mtk_spi_interrupt(). Align the naming for consistency and
easier searching.

While at it, reformat one memcpy() usage since the coding style allows
100 column lines today.

This commit has no functional change.

Signed-off-by: Fei Shao <fshao@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>