[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210608074645.12961-1-thunder.leizhen@huawei.com>
Date: Tue, 8 Jun 2021 15:46:45 +0800
From: Zhen Lei <thunder.leizhen@...wei.com>
To: Marc Zyngier <maz@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
linux-kernel <linux-kernel@...r.kernel.org>
CC: Zhen Lei <thunder.leizhen@...wei.com>
Subject: [PATCH 1/1] irqdomain: remove trailing spaces and tabs
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@...wei.com>
---
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
Powered by blists - more mailing lists