Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218650
b: refs/heads/master
c: aa7b250
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Oct 23, 2010
1 parent 62c7401 commit 4f952cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8ecad8b2f8757d51632b1ea6d602c1f7b9760a2
refs/heads/master: aa7b250c252cc8e6b1daf0e1eada5eba42a1a68d
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_kprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ static int register_trace_probe(struct trace_probe *tp)
}
ret = register_probe_event(tp);
if (ret) {
pr_warning("Faild to register probe event(%d)\n", ret);
pr_warning("Failed to register probe event(%d)\n", ret);
goto end;
}

Expand Down

0 comments on commit 4f952cb

Please sign in to comment.