Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146042
b: refs/heads/master
c: 23de29d
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Apr 20, 2009
1 parent 144c513 commit 5b9b184
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: 28d20e2d6e94434827e11c310788b87204b84559
refs/heads/master: 23de29de2d8b227943be191d59fb6d983996d55e
2 changes: 1 addition & 1 deletion trunk/include/linux/trace_seq.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static inline int trace_seq_puts(struct trace_seq *s, const char *str)
{
return 0;
}
static inline int trace_seq_putc(struct trace_seq *s, unsigned char c);
static inline int trace_seq_putc(struct trace_seq *s, unsigned char c)
{
return 0;
}
Expand Down

0 comments on commit 5b9b184

Please sign in to comment.