All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm: tegra: Remove gratuituous blank line
@ 2018-09-21 10:13 Thierry Reding
  0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2018-09-21 10:13 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Jonathan Hunter, linux-pwm, linux-tegra, linux-kernel

From: Thierry Reding <treding@nvidia.com>

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>
---
 drivers/pwm/pwm-tegra.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pwm/pwm-tegra.c b/drivers/pwm/pwm-tegra.c
index f8ebbece57b7..48c4595a0ffc 100644
--- a/drivers/pwm/pwm-tegra.c
+++ b/drivers/pwm/pwm-tegra.c
@@ -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 = {
-- 
2.19.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-21 10:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-21 10:13 [PATCH] pwm: tegra: Remove gratuituous blank line Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.