Re: [PATCH v2 1/4] USB: serial: fix compare_const_fl.cocci warnings

2016-02-28 Thread Johan Hovold
On Thu, Feb 04, 2016 at 07:01:27PM +0100, Mathieu OTHACEHE wrote: > Move constants to the right of binary operators. > > Generated by: scripts/coccinelle/misc/compare_const_fl.cocci > > Signed-off-by: Mathieu OTHACEHE > --- > Move constants to the right improve readability in my opinion. > But i

[PATCH v2 1/4] USB: serial: fix compare_const_fl.cocci warnings

2016-02-04 Thread Mathieu OTHACEHE
Move constants to the right of binary operators. Generated by: scripts/coccinelle/misc/compare_const_fl.cocci Signed-off-by: Mathieu OTHACEHE --- Move constants to the right improve readability in my opinion. But it's a matter of taste, and nothing is specified in CodingStyle. drivers/usb/seri