gpio: sysfs: drop tabs from local variable declarations
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 21 Dec 2023 09:15:47 +0000 (10:15 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 27 Dec 2023 15:01:37 +0000 (16:01 +0100)
commit513246a34b8dc5d5280a40c1cbef112594220ba6
tree73ac063f348b582f95e08cf4474f0da9807ad97c
parent0338f6a6fb659f083eca7dd5967bb668d14707f8
gpio: sysfs: 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.

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