[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49E6E439.1090607@cn.fujitsu.com>
Date: Thu, 16 Apr 2009 15:54:33 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: Frederic Weisbecker <fweisbec@...il.com>
CC: Ingo Molnar <mingo@...e.hu>, Steven Rostedt <rostedt@...dmis.org>,
Zhaolei <zhaolei@...fujitsu.com>,
Tom Zanussi <tzanussi@...il.com>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
LKML <linux-kernel@...r.kernel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: Re: [RFC][PATCH 1/2] tracing/events: provide string with undefined
size support
>>> + 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. :)
--
Zefan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists