Re: [RFC][PATCH 1/2] tracing/events: provide string with undefinedsize support

From: Frederic Weisbecker
Date: Thu Apr 16 2009 - 12:19:38 EST


On Thu, Apr 16, 2009 at 03:54:33PM +0800, Li Zefan wrote:
> >>> + entry = ring_buffer_event_data(event); \
> >> small nits, below is better since we have only one assignment:
> >>
> >> entry = ring_buffer_event_data(event);
> >
> >
> >
> > Hm, I don't understand what you are suggesting.
> >
>
> I meant just add a ' ' before '=' instead of a tab:
>
> entry = ring_buffer_event_data(event);
> entry = ring_buffer_event_data(event);
>
> since we don't need to align with other assignment statement.
>
> but this is just a trivial issue. :)


Ah ok :)
Will fix it (unless I remove this part to address Steven's comment.

Thanks.


> --
> Zefan

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/