mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
tracing: Fix misspelling of "missing"
My snake instinct was on and I wrote "misssing" instead of "missing". Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
parent
6130722f11
commit
ddcf906fe5
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ static int __trace_eprobe_create(int argc, const char *argv[])
|
||||||
|
|
||||||
if (IS_ERR(ep)) {
|
if (IS_ERR(ep)) {
|
||||||
ret = PTR_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);
|
WARN_ON_ONCE(ret != -ENOMEM && ret != -ENODEV);
|
||||||
ep = NULL;
|
ep = NULL;
|
||||||
goto error;
|
goto error;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue