[PATCH 1/1] irqdomain: remove trailing spaces and tabs

From: Zhen Lei
Date: Tue Jun 08 2021 - 03:47:01 EST


Run the following command to find and remove the trailing spaces and tabs:

find kernel/irq/ -type f | xargs sed -r -i 's/[ \t]+$//'

Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx>
---
kernel/irq/irqdomain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index f27db5011e9d..3b20b1691b22 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -1479,7 +1479,7 @@ int __irq_domain_alloc_irqs(struct irq_domain *domain, int irq_base,
goto out_free_irq_data;
}
}
-
+
for (i = 0; i < nr_irqs; i++)
irq_domain_insert_irq(virq + i);
mutex_unlock(&irq_domain_mutex);
--
2.25.1