]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: rockchip: Perform trivial code cleanups
authorDragan Simic <dsimic@manjaro.org>
Thu, 26 Sep 2024 08:38:12 +0000 (10:38 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 29 Sep 2024 23:12:13 +0000 (01:12 +0200)
commitd87ec94e48dd2da27fbe948f2dc6c8fedc98fff4
tree5611f1c74d544b997fe394f1d64a17a7708f30fa
parent9852d85ec9d492ebef56dc5f229416c925758edc
spi: rockchip: Perform trivial code cleanups

Perform a few trivial code cleanups, to obey the reverse Christmas tree rule,
to avoid unnecessary line wrapping by using the 100-column width better, to
actually obey the 100-column width in one case, and to make the way a couple
of wrapped function arguments are indented a bit more readable.

No intended functional changes are introduced by these code cleanups.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/663ec6bb472ab83bb5824a09d11b36ef20a43fc7.1727337732.git.dsimic@manjaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-rockchip.c