]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: sunplus: sp7021: Clean up coding style
authorDarshan R <rathod.darshan.0896@gmail.com>
Mon, 28 Jul 2025 12:41:04 +0000 (12:41 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 10 Aug 2025 20:11:39 +0000 (21:11 +0100)
commitf1ac30a862cc5d53392d59f42b513e79948acb18
treed3806cb8c05b920d515c8940759d78a402882f5f
parent692abf80ce8443a4ded8cade25a1acf772436293
spi: sunplus: sp7021: Clean up coding style

This patch tidies up minor coding style deviations within the Sunplus SP7021 SPI driver, ensuring closer adherence to established kernel coding guidelines.

Specifically, it addresses:
- Correction of a whitespace inconsistency before a comma in `writel()` calls.
- Alignment of function parameter indentation for `struct spi_transfer *xfer` in `sp7021_spi_host_transfer_one()` and `sp7021_spi_target_transfer_one()`.

While purely cosmetic, these adjustments contribute to improved code readability and maintainability, making future development and review easier.

Signed-off-by: Darshan R. <rathod.darshan.0896@gmail.com>
Link: https://patch.msgid.link/20250728124104.6370-1-rathod.darshan.0896@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sunplus-sp7021.c