From: Dmitry Osipenko Date: Fri, 22 Jan 2021 18:55:42 +0000 (+0300) Subject: gpio: tegra: Clean up whitespaces in tegra_gpio_driver X-Git-Tag: accepted/tizen/unified/20230118.172025~7806^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66f7aaa448a71781a623817cd26551e8179927f8;p=platform%2Fkernel%2Flinux-rpi.git gpio: tegra: Clean up whitespaces in tegra_gpio_driver 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 Reviewed-by: Linus Walleij Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c index 8eb2fa3..e2b739a 100644 --- a/drivers/gpio/gpio-tegra.c +++ b/drivers/gpio/gpio-tegra.c @@ -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)