gpiolib: drop tabs from local variable declarations
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 21 Dec 2023 09:15:46 +0000 (10:15 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 27 Dec 2023 15:00:17 +0000 (16:00 +0100)
commit0338f6a6fb659f083eca7dd5967bb668d14707f8
treed45ad470fbc0790565ff8875692e1a31b7bf062c
parent5d5dfc50e5689d5b09de4a323f84c28a6700d156
gpiolib: drop tabs from local variable declarations

Older code has an annoying habit of putting tabs between the type and the
name of the variable. This doesn't really add to readability and newer
code doesn't do it so make the entire file consistent.

While at it: convert 'unsigned' to 'unsigned int'.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpiolib.c