summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSebastien Bessiere <sebastien.bessiere@gmail.com>2013-06-14 15:57:03 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-06-30 05:03:18 (GMT)
commite1b85c17bf3e4f2ecbf9ec824c4048a06078100b (patch)
tree6a56d0dd25b55bd5cc3bf5d37e55c5e1f5a2ae18 /arch
parent3766a1abc53164f058d74f950599c797cb3fe302 (diff)
downloadlinux-fsl-qoriq-e1b85c17bf3e4f2ecbf9ec824c4048a06078100b.tar.xz
trivial: powerpc: Fix typo in ioei_interrupt() description
Signed-off-by: Sebastien Bessiere <sebastien.bessiere@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/pseries/io_event_irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/io_event_irq.c b/arch/powerpc/platforms/pseries/io_event_irq.c
index ef9d9d8..5ea88d1 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)