From 500fed2454f56863f992feac4ba012608e0454ee Mon Sep 17 00:00:00 2001 From: Kyuha Hwang Date: Fri, 9 Oct 2015 01:21:34 +0900 Subject: [PATCH] drivers/of/irq.c : correct a typing error There is a typing error "interrrupt" So, I correct this to "interrupt" Signed-off-by: Kyuha Hwang --- drivers/of/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 55317fa9c9dca3..9bd65f0492c9a3 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -250,7 +250,7 @@ int of_irq_parse_raw(const __be32 *addr, struct of_phandle_args *out_irq) goto fail; /* - * Successfully parsed an interrrupt-map translation; copy new + * Successfully parsed an interrupt-map translation; copy new * interrupt specifier into the out_irq structure */ match_array = imap - newaddrsize - newintsize;