]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pwm: tegra: Remove gratuituous blank line
authorThierry Reding <treding@nvidia.com>
Fri, 21 Sep 2018 10:13:07 +0000 (12:13 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 26 Sep 2018 14:01:39 +0000 (16:01 +0200)
It's common to follow a device tree ID table by the MODULE_DEVICE_TABLE
immediately, without an extra blank line between.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-tegra.c

index f8ebbece57b71ad5f03501304b8144b1341cbe7f..48c4595a0ffcecb815bf641a7ca7ae34f77475cd 100644 (file)
@@ -300,7 +300,6 @@ static const struct of_device_id tegra_pwm_of_match[] = {
        { .compatible = "nvidia,tegra186-pwm", .data = &tegra186_pwm_soc },
        { }
 };
-
 MODULE_DEVICE_TABLE(of, tegra_pwm_of_match);
 
 static const struct dev_pm_ops tegra_pwm_pm_ops = {