Re: [PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions

2014-11-18 Thread Petr Mladek
On Fri 2014-11-14 23:58:59, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > The trace_seq_printf() and friends are used to store strings into a buffer > that can be passed around from function to function. If the trace_seq buffer > fills up, it will not print any more. The return

Re: [PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions

2014-11-18 Thread Petr Mladek
On Fri 2014-11-14 23:58:59, Steven Rostedt wrote: From: Steven Rostedt (Red Hat) rost...@goodmis.org The trace_seq_printf() and friends are used to store strings into a buffer that can be passed around from function to function. If the trace_seq buffer fills up, it will not print any more.

[PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The trace_seq_printf() and friends are used to store strings into a buffer that can be passed around from function to function. If the trace_seq buffer fills up, it will not print any more. The return values were somewhat inconsistant and using

[PATCH 12/26 v5] tracing: Remove return values of most trace_seq_*() functions

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The trace_seq_printf() and friends are used to store strings into a buffer that can be passed around from function to function. If the trace_seq buffer fills up, it will not print any more. The return values were somewhat inconsistant and using