[PATCH] drivers: staging: rtl8821ae: Fix spaces required around that '?' errors

Greg Donald gdonald at gmail.com
Mon Aug 25 13:51:25 UTC 2014


On Mon, Aug 25, 2014 at 8:15 AM, Joe Perches <joe at perches.com> wrote:
> On Mon, 2014-08-25 at 06:35 -0500, Greg Donald wrote:
>> Fix checkpatch.pl spaces required around that '?' errors
>
> It'd be better to convert all parts of the
> ternary at the same time.

Wouldn't "at the same time" be in direct conflict with the "only do
one thing per patch" rule?

>                     (force_exec ? "force to" : ""), ((dec_bt_pwr) ? "ON" : "OFF")));
>
> etc...
>
> A subsequent change might be to remove the unnecessary
> parentheses like:
>
>                     force_exec ? "force to" : "", dec_bt_pwr ? "ON" : "OFF");

I understand.  It's very likely I'll submit such a patch in the future.

I'm currently attempting to keep my cleanups to a single error/warning
type so I get as much done as possible per patch while also keeping
the patch easy to review.  Is this wrong?


-- 
Greg Donald


More information about the devel mailing list