lkml.org 
[lkml]   [2009]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/4] tracing: pass proto and args to DEFINE_TRACE
On Thu, Apr 16, 2009 at 11:35:38PM -0700, Jeremy Fitzhardinge wrote:
> -DEFINE_TRACE(power_mark);
> +DEFINE_TRACE(power_mark,
> + TP_PROTO(struct power_trace *it, unsigned int type, unsigned int state),
> + TP_ARGS(it, type, state));

Wrong indentation, the TP_ARGS should have the same level of indentation
(one) as the TP_PROTO. Also true for all others.



\
 
 \ /
  Last update: 2009-04-17 08:51    [W:0.248 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site