Re: [PATCH] tracing: Correct braces usage in if-else statement

From: ivan lin
Date: Sat Apr 19 2014 - 13:10:19 EST


2014-04-19 23:28 GMT+08:00 Steven Rostedt <rostedt@xxxxxxxxxxx>:
> On Sat, 19 Apr 2014 21:58:23 +0800
> Lin Yongting <linyongting@xxxxxxxxx> wrote:
>
>> There are some incorrect braces usages in kernerl/trace/trace.c, including:
>> 1. Missing braces in 'if' or 'else' branch.
>> 2. Unnecessary braces in 'if' statement.
>>
>> Fix them according to kernel CodeStyle.
>
> I understand that this is part of the CodeStyle, but I'm not accepting
> this patch. It causes more pain than it is worth, as it makes it more
> difficult to see git history because of "clean up" changes that get in
> the way. I also honestly don't think this is much of a clean up.
>
> Sorry,
>
> -- Steve
>

Yes, you are right. This clean up is pain than it is worth.

Thnaks!

-- Yongting.
--
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/