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)
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

index 85168f8..bc5ba52 100644 (file)
@@ -594,11 +594,11 @@ int gpiochip_add_data_with_key(struct gpio_chip *gc, void *data,
                               struct lock_class_key *request_key)
 {
        struct fwnode_handle *fwnode = gc->parent ? dev_fwnode(gc->parent) : NULL;
-       unsigned long   flags;
-       int             ret = 0;
-       unsigned        i;
-       int             base = gc->base;
        struct gpio_device *gdev;
+       unsigned long flags;
+       int base = gc->base;
+       unsigned int i;
+       int ret = 0;
 
        /*
         * First: allocate and populate the internal stat container, and