]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
tracing/trivial: Add missing comma in TRACE_EVENT comment
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 Jan 2011 18:45:32 +0000 (13:45 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Sat, 8 Jan 2011 01:53:35 +0000 (20:53 -0500)
Add missing comma within the TRACE_EVENT() example in tracepoint.h.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
LKML-Reference: <20110106184532.GA2526@Krystal>
CC: Frederic Weisbecker <fweisbec@gmail.com>
CC: Ingo Molnar <mingo@elte.hu>
CC: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/tracepoint.h

index d3e4f87e95c0fa67236f92c2a688fdaa640cfaae..899103c8f6f297e11dca1357e4a0e1a5482abdfc 100644 (file)
@@ -326,7 +326,7 @@ do_trace:                                                           \
  *             memcpy(__entry->prev_comm, prev->comm, TASK_COMM_LEN);
  *             __entry->next_pid       = next->pid;
  *             __entry->next_prio      = next->prio;
- *     )
+ *     ),
  *
  *     *
  *     * Formatted output of a trace record via TP_printk().