Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: sch311x: clean an indentation issue, remove extraneous space

Trivial fix to clean up an indentation issue, remove space

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Colin Ian King and committed by
Linus Walleij
02cb87f7 ed8dce4c

+1 -1
+1 -1
drivers/gpio/gpio-sch311x.c
··· 188 188 struct sch311x_gpio_block *block = gpiochip_get_data(chip); 189 189 190 190 spin_lock(&block->lock); 191 - __sch311x_gpio_set(block, offset, value); 191 + __sch311x_gpio_set(block, offset, value); 192 192 spin_unlock(&block->lock); 193 193 } 194 194