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

From: Li Zefan
Date: Thu Apr 16 2009 - 03:54:01 EST


>>> + 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/