Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182304
b: refs/heads/master
c: a5efd92
h: refs/heads/master
v: v3
  • Loading branch information
Wenji Huang authored and Steven Rostedt committed Feb 25, 2010
1 parent db7f0c7 commit 1cf3bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6574658b3bc7c408581629de5efb809f125cce8c
refs/heads/master: a5efd925115cbc1f90195dca9a25f7b8daa10c37
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_kprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,12 +651,12 @@ static int create_trace_probe(int argc, char **argv)
event = strchr(group, '/') + 1;
event[-1] = '\0';
if (strlen(group) == 0) {
pr_info("Group name is not specifiled\n");
pr_info("Group name is not specified\n");
return -EINVAL;
}
}
if (strlen(event) == 0) {
pr_info("Event name is not specifiled\n");
pr_info("Event name is not specified\n");
return -EINVAL;
}
}
Expand Down

0 comments on commit 1cf3bf8

Please sign in to comment.