From 713aa140f5cfc39d505d0fc2c1054d600dcf7d3a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 6 Jan 2011 13:45:32 -0500 Subject: [PATCH] --- yaml --- r: 228944 b: refs/heads/master c: ec6e7c3ae39cb1dc279b5274aaaadd09ff8e224b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/tracepoint.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2ed2acaa5d39..8e9a377756aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3a9f987b3141f086de27832514aad9f50a53f754 +refs/heads/master: ec6e7c3ae39cb1dc279b5274aaaadd09ff8e224b diff --git a/trunk/include/linux/tracepoint.h b/trunk/include/linux/tracepoint.h index d3e4f87e95c0..899103c8f6f2 100644 --- a/trunk/include/linux/tracepoint.h +++ b/trunk/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().