Skip to content

Commit

Permalink
trivial: powerpc: Fix typo in ioei_interrupt() description
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Bessiere <sebastien.bessiere@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Sebastien Bessiere authored and Benjamin Herrenschmidt committed Jun 30, 2013
1 parent 3766a1a commit e1b85c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pseries/io_event_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e1b85c1

Please sign in to comment.