From 5b9b1846398cf5c37a3c14ee0781082ea4c4e850 Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Mon, 20 Apr 2009 12:59:29 -0400 Subject: [PATCH] --- yaml --- r: 146042 b: refs/heads/master c: 23de29de2d8b227943be191d59fb6d983996d55e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/trace_seq.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5eaef4cb1546..6a6ffc22e99b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28d20e2d6e94434827e11c310788b87204b84559 +refs/heads/master: 23de29de2d8b227943be191d59fb6d983996d55e diff --git a/trunk/include/linux/trace_seq.h b/trunk/include/linux/trace_seq.h index 37db9bdfbc1a..ba9627f00d3f 100644 --- a/trunk/include/linux/trace_seq.h +++ b/trunk/include/linux/trace_seq.h @@ -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; }