gpiolib: improve coding style for local variables
authorBartosz Golaszewski <brgl@bgdev.pl>
Thu, 2 Dec 2021 13:40:33 +0000 (14:40 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 6 Dec 2021 14:58:46 +0000 (15:58 +0100)
commite5ab49cd3d6937b1818b80cb5eb09dc018ae0718
tree8c8eb47c017508683fc750fe4a86b860d782ef11
parente320d9c2e900d988c82021c80a3cbff488977946
gpiolib: improve coding style for local variables

Drop unneeded whitespaces and put the variables of the same type
together for consistency with the rest of the code.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpiolib.c