lkml.org 
[lkml]   [2015]   [Apr]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 9/9] tools lib traceevent: Honor operator priority
Em Tue, Apr 07, 2015 at 04:52:26PM +0900, Namhyung Kim escreveu:
> On Mon, Apr 06, 2015 at 10:45:04AM -0400, Steven Rostedt wrote:
> > > type = process_arg_token(event, right, tok, type);
> > > - arg->op.right = right;
> > > +
> > > + if (right->type == PRINT_OP &&
> > > + get_op_prio(arg->op.op) < get_op_prio(right->op.op)) {
> > > + struct print_arg tmp;
> > > +
> > > + /* swap ops according to the priority */

> > This isn't really a swap. Better term to use is "rotate".

> You're right!

> > But other than that,

> > Acked-by: Steven Rostedt <rostedt@goodmis.org>
>
> Thanks for the review

Ok, so just doing that s/swap/rotate/g, sticking Rostedt's ack and
applying, ok?

- Arnaldo


\
 
 \ /
  Last update: 2015-04-07 15:41    [W:0.083 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site