Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155171
b: refs/heads/master
c: e1af3ae
h: refs/heads/master
i:
  155169: f08f589
  155167: 46e0391
v: v3
  • Loading branch information
Xiao Guangrong authored and Ingo Molnar committed Jul 2, 2009
1 parent 8539c94 commit 6434f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4a2bb6fcc80e6330ca2f2393e98605052cc7780b
refs/heads/master: e1af3aec3e2e7d21d4b3054323779d478c19d907
3 changes: 1 addition & 2 deletions trunk/kernel/trace/trace_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ void trace_print_seq(struct seq_file *m, struct trace_seq *s)
{
int len = s->len >= PAGE_SIZE ? PAGE_SIZE - 1 : s->len;

s->buffer[len] = 0;
seq_puts(m, s->buffer);
seq_write(m, s->buffer, len);

trace_seq_init(s);
}
Expand Down

0 comments on commit 6434f3b

Please sign in to comment.