Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180553
b: refs/heads/master
c: a9bb18f
h: refs/heads/master
i:
  180551: 8fa0aff
v: v3
  • Loading branch information
Heiko Carstens authored and Ingo Molnar committed Feb 14, 2010
1 parent e6be1da commit 79e2b3d
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: 4f48f8b7fd18c44f8478174f9925cc3c059c6ce4
refs/heads/master: a9bb18f36c8056f0712fb28c52c0f85d98438dfb
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_kprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ static int create_trace_probe(int argc, char **argv)
return -EINVAL;
}
/* an address specified */
ret = strict_strtoul(&argv[0][2], 0, (unsigned long *)&addr);
ret = strict_strtoul(&argv[1][0], 0, (unsigned long *)&addr);
if (ret) {
pr_info("Failed to parse address.\n");
return ret;
Expand Down

0 comments on commit 79e2b3d

Please sign in to comment.