Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Jiri Kosina
3da7ffec 34df1174

+1 -1
+1 -1
include/trace/events/irq.h
··· 75 75 * @ret: return value 76 76 * 77 77 * If the @ret value is set to IRQ_HANDLED, then we know that the corresponding 78 - * @action->handler scuccessully handled this irq. Otherwise, the irq might be 78 + * @action->handler successfully handled this irq. Otherwise, the irq might be 79 79 * a shared irq line, or the irq was not handled successfully. Can be used in 80 80 * conjunction with the irq_handler_entry to understand irq handler latencies. 81 81 */