[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-ec6e7c3ae39cb1dc279b5274aaaadd09ff8e224b@git.kernel.org>
Date:	Sun, 9 Jan 2011 21:10:23 GMT
From:	tip-bot for Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
To:	linux-tip-commits@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
	fweisbec@...il.com, mathieu.desnoyers@...icios.com,
	rostedt@...dmis.org, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:perf/urgent] tracing/trivial: Add missing comma in TRACE_EVENT comment
Commit-ID:  ec6e7c3ae39cb1dc279b5274aaaadd09ff8e224b
Gitweb:     http://git.kernel.org/tip/ec6e7c3ae39cb1dc279b5274aaaadd09ff8e224b
Author:     Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
AuthorDate: Thu, 6 Jan 2011 13:45:32 -0500
Committer:  Steven Rostedt <rostedt@...dmis.org>
CommitDate: Fri, 7 Jan 2011 20:53:35 -0500
tracing/trivial: Add missing comma in TRACE_EVENT comment
Add missing comma within the TRACE_EVENT() example in tracepoint.h.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
LKML-Reference: <20110106184532.GA2526@...stal>
CC: Frederic Weisbecker <fweisbec@...il.com>
CC: Ingo Molnar <mingo@...e.hu>
CC: Thomas Gleixner <tglx@...utronix.de>
Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
---
 include/linux/tracepoint.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h
index d3e4f87..899103c 100644
--- a/include/linux/tracepoint.h
+++ b/include/linux/tracepoint.h
@@ -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().
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
