Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175439
b: refs/heads/master
c: 7931241
h: refs/heads/master
i:
  175437: 7052d0b
  175435: dd49ce9
  175431: 36db7d6
  175423: 04ceff4
v: v3
  • Loading branch information
Ingo Molnar committed Dec 10, 2009
1 parent 038aa95 commit 9ace373
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: 716d69e4fda0563ef67d62ee44baa17b377b9b23
refs/heads/master: 7931241694b25589658b1ceb02218d2750540ae0
4 changes: 2 additions & 2 deletions trunk/tools/perf/builtin-kmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,14 +687,14 @@ static int parse_sort_opt(const struct option *opt __used,
}

static int parse_caller_opt(const struct option *opt __used,
const char *arg, int unset __used)
const char *arg __used, int unset __used)
{
caller_flag = (alloc_flag + 1);
return 0;
}

static int parse_alloc_opt(const struct option *opt __used,
const char *arg, int unset __used)
const char *arg __used, int unset __used)
{
alloc_flag = (caller_flag + 1);
return 0;
Expand Down

0 comments on commit 9ace373

Please sign in to comment.