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().