aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2016-06-29 17:44:25 +0900
committerJiri Kosina <jkosina@suse.cz>2016-09-29 10:03:38 +0200
commit3da7ffecb778a39c6ec895752a4918331957acd3 (patch)
treeb6a2f294eb6fa03f5c4f730cb4c43ed18a785837 /include/trace
parentfat: fix error message for bogus number of directory entries (diff)
downloadlinux-dev-3da7ffecb778a39c6ec895752a4918331957acd3.tar.xz
linux-dev-3da7ffecb778a39c6ec895752a4918331957acd3.zip
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')
-rw-r--r--include/trace/events/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/irq.h b/include/trace/events/irq.h
index f95f25e786ef..1c41b74581f7 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.
*/