Re: [PATCH v16 7/7] spi: pxa2xx: rename local status variable to ret

From: Andy Shevchenko

Date: Mon Jul 20 2026 - 16:09:44 EST


On Tue, Jul 21, 2026 at 12:21:16AM +0800, Shih-Yuan Lee wrote:
> Rename the return value variable name from 'status' to 'ret' in the
> pxa2xx_spi_probe(), pxa2xx_spi_suspend(), pxa2xx_spi_resume(), and
> pxa2xx_spi_runtime_resume() functions to conform to standard Linux kernel
> coding conventions.

It makes a ping-pong style of changes: Previous patches add more status uses
and moves, and so on. Instead, this patch should go before all that.

--
With Best Regards,
Andy Shevchenko