Re: [ovs-dev] [PATCH 01/18] lib/ovs-atomic: Add missing macro argument parentheses.
On Fri, Aug 22, 2014 at 01:58:12PM -0700, Jarno Rajahalme wrote: > Otherwise the dereference operator could target a portion of a ternary > expression, for example. > > Also minor style fixes. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff __
[ovs-dev] [PATCH 01/18] lib/ovs-atomic: Add missing macro argument parentheses.
Otherwise the dereference operator could target a portion of a ternary expression, for example. Also minor style fixes. Signed-off-by: Jarno Rajahalme --- lib/ovs-atomic-gcc4+.h |8 lib/ovs-atomic-i586.h | 32 lib/ovs-atomic-x86_64.h | 14 +++