Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146212
b: refs/heads/master
c: 083a63b
h: refs/heads/master
v: v3
  • Loading branch information
walimis authored and Steven Rostedt committed Jun 3, 2009
1 parent b14c0f2 commit c6b8787
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: ea05b57cc19234d8de9887c8a32c2e58e84b56ba
refs/heads/master: 083a63b48e4dd0a6a2d44216720076dc81ebb255
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static int t_show(struct seq_file *m, void *v)
seq_printf(m, " Depth Size Location"
" (%d entries)\n"
" ----- ---- --------\n",
max_stack_trace.nr_entries);
max_stack_trace.nr_entries - 1);

if (!stack_tracer_enabled && !max_stack_size)
print_disabled(m);
Expand Down

0 comments on commit c6b8787

Please sign in to comment.