gpio: tegra: Clean up whitespaces in tegra_gpio_driver
authorDmitry Osipenko <digetx@gmail.com>
Fri, 22 Jan 2021 18:55:42 +0000 (21:55 +0300)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 15 Feb 2021 10:43:30 +0000 (11:43 +0100)
Clean up inconsistent whitespaces and tabs in the definition of
tegra_gpio_driver to make code look better a tad.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-tegra.c

index 8eb2fa3..e2b739a 100644 (file)
@@ -804,12 +804,12 @@ static const struct of_device_id tegra_gpio_of_match[] = {
 };
 
 static struct platform_driver tegra_gpio_driver = {
-       .driver         = {
-               .name   = "tegra-gpio",
-               .pm     = &tegra_gpio_pm_ops,
+       .driver = {
+               .name = "tegra-gpio",
+               .pm = &tegra_gpio_pm_ops,
                .of_match_table = tegra_gpio_of_match,
        },
-       .probe          = tegra_gpio_probe,
+       .probe = tegra_gpio_probe,
 };
 
 static int __init tegra_gpio_init(void)