spi: bitbang: Convert unsigned to unsigned int
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 17 May 2024 19:40:21 +0000 (22:40 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 27 May 2024 00:33:23 +0000 (01:33 +0100)
commitc3358a746e078d0f9048732c90fdab4f37c00e0d
tree041bd606ecea1e86a21e87665e56050201a49f35
parentf261172d39f358dcecce13c310690d3937e0cca6
spi: bitbang: Convert unsigned to unsigned int

Simple type conversion with no functional change implied.
While at it, adjust indentation where it makes sense.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240517194104.747328-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bitbang.c