spi: spi-mt65xx: Rename a variable in interrupt handler
authorFei Shao <fshao@chromium.org>
Thu, 21 Mar 2024 07:08:58 +0000 (15:08 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 25 Mar 2024 15:03:03 +0000 (15:03 +0000)
commit10402419f2d60890525f590b54d0eaec3de0d87a
tree1233321a119be7fd81d3e8e666b0c6d11a1742d3
parent2a741cd6ec5899cec054ae27120f490ad57bc6bb
spi: spi-mt65xx: Rename a variable in interrupt handler

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@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://msgid.link/r/20240321070942.1587146-3-fshao@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mt65xx.c