]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
trivial: powerpc: Fix typo in ioei_interrupt() description
authorSebastien Bessiere <sebastien.bessiere@gmail.com>
Fri, 14 Jun 2013 15:57:03 +0000 (17:57 +0200)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 30 Jun 2013 05:03:18 +0000 (15:03 +1000)
Signed-off-by: Sebastien Bessiere <sebastien.bessiere@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/io_event_irq.c

index ef9d9d84c7d5d7ee3b1c1220c1d2d080e2dd1f98..5ea88d1541f74c1aaf6c1b01cd00045ebd61badf 100644 (file)
@@ -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)