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>
This commit is contained in:
Sebastien Bessiere 2013-06-14 17:57:03 +02:00 committed by Benjamin Herrenschmidt
parent 3766a1abc5
commit e1b85c17bf
1 changed files with 1 additions and 1 deletions

View 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)