[PATCH 1/3] soc/tegra: pmc: Remove leading space
Thierry Reding
thierry.reding at gmail.com
Mon Jul 11 08:40:29 PDT 2022
From: Thierry Reding <treding at nvidia.com>
Remove a leading space from a line that is otherwise indented by tabs.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
drivers/soc/tegra/pmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
index 6a4b8f7e7948..0e87fdb90a4a 100644
--- a/drivers/soc/tegra/pmc.c
+++ b/drivers/soc/tegra/pmc.c
@@ -2274,7 +2274,7 @@ static int tegra_pmc_irq_alloc(struct irq_domain *domain, unsigned int virq,
/* GPIO hierarchies stop at the PMC level */
if (!err && domain->parent)
- err = irq_domain_disconnect_hierarchy(domain->parent,
+ err = irq_domain_disconnect_hierarchy(domain->parent,
virq);
break;
}
--
2.36.1
More information about the linux-arm-kernel
mailing list