diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-06-29 08:44:25 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-09-29 08:03:38 (GMT) |
commit | 3da7ffecb778a39c6ec895752a4918331957acd3 (patch) | |
tree | b6a2f294eb6fa03f5c4f730cb4c43ed18a785837 /include/trace/events | |
parent | 34df117414d73cb56d128bf7016a4c151f95c313 (diff) | |
download | linux-3da7ffecb778a39c6ec895752a4918331957acd3.tar.xz |
irq: Fix typo in tracepoint.xml
This patch fix a spelling typo found in DocBook/tracepoint.xml.
It is because the file was created from comments in source,
so I have to fix the typo in include/trace/events/irq.h
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/trace/events')
-rw-r--r-- | include/trace/events/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/irq.h b/include/trace/events/irq.h index f95f25e..1c41b74 100644 --- a/include/trace/events/irq.h +++ b/include/trace/events/irq.h @@ -75,7 +75,7 @@ TRACE_EVENT(irq_handler_entry, * @ret: return value * * If the @ret value is set to IRQ_HANDLED, then we know that the corresponding - * @action->handler scuccessully handled this irq. Otherwise, the irq might be + * @action->handler successfully handled this irq. Otherwise, the irq might be * a shared irq line, or the irq was not handled successfully. Can be used in * conjunction with the irq_handler_entry to understand irq handler latencies. */ |