On Wed, Dec 04, 2013 at 12:39:49AM -0800, Andy Zhou wrote:
> Refactor to remove some duplicated logic in match_format()
> implemenation and make the output more uniform.
> 
> Signed-off-by: Andy Zhou <az...@nicira.com>

I would just use %#"PRIx32" instead of the logic that prints the 0x only
if the output is more than one decimal digit.  That's clever, but it's
not what we do anywhere else, and I think that the most likely under-ten
value is 0, for which %# doesn't print the 0x anyhow.

Otherwise, thanks, this is nicer.

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to