Re: [PATCH] IB/rxe: fix compare_const_fl.cocci warnings

2016-02-18 Thread Doug Ledford
On 2/18/2016 8:06 AM, Julia Lawall wrote: > Move constants to the right of binary operators. > > Generated by: scripts/coccinelle/misc/compare_const_fl.cocci > > CC: Kamal Heib > Signed-off-by: Fengguang Wu > Signed-off-by: Julia Lawall > --- > > The constants on the right look a bit nicer.

[PATCH] IB/rxe: fix compare_const_fl.cocci warnings

2016-02-18 Thread Julia Lawall
Move constants to the right of binary operators. Generated by: scripts/coccinelle/misc/compare_const_fl.cocci CC: Kamal Heib Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall --- The constants on the right look a bit nicer. Another possibility would be !!. tree: https://github.com/d