From: Sebastien Bessiere Date: Fri, 14 Jun 2013 15:57:03 +0000 (+0200) Subject: trivial: powerpc: Fix typo in ioei_interrupt() description X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e1b85c17bf3e4f2ecbf9ec824c4048a06078100b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git trivial: powerpc: Fix typo in ioei_interrupt() description Signed-off-by: Sebastien Bessiere Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/platforms/pseries/io_event_irq.c b/arch/powerpc/platforms/pseries/io_event_irq.c index ef9d9d84c7d5..5ea88d1541f7 100644 --- a/arch/powerpc/platforms/pseries/io_event_irq.c +++ b/arch/powerpc/platforms/pseries/io_event_irq.c @@ -115,7 +115,7 @@ static struct pseries_io_event * ioei_find_event(struct rtas_error_log *elog) * by scope or event type alone. For example, Torrent ISR route change * event is reported with scope 0x00 (Not Applicatable) rather than * 0x3B (Torrent-hub). It is better to let the clients to identify - * who owns the the event. + * who owns the event. */ static irqreturn_t ioei_interrupt(int irq, void *dev_id)