Skip to content
Snippets Groups Projects
Commit ddcf906f authored by Steven Rostedt (VMware)'s avatar Steven Rostedt (VMware)
Browse files

tracing: Fix misspelling of "missing"


My snake instinct was on and I wrote "misssing" instead of "missing".

Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent 6130722f
No related branches found
No related tags found
No related merge requests found
......@@ -904,7 +904,7 @@ static int __trace_eprobe_create(int argc, const char *argv[])
if (IS_ERR(ep)) {
ret = PTR_ERR(ep);
/* This must return -ENOMEM or misssing event, else there is a bug */
/* This must return -ENOMEM or missing event, else there is a bug */
WARN_ON_ONCE(ret != -ENOMEM && ret != -ENODEV);
ep = NULL;
goto error;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment