Use a uint16_t variable to store a 16-bit value, not an int.
authorBen Pfaff <blp@nicira.com>
Fri, 9 Jan 2009 00:35:47 +0000 (16:35 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 01:00:28 +0000 (17:00 -0800)
commit9566d4d89487ab0e0ab6791035fa25c11a3cb9db
treefcf51db2bbb101d5617c1b08102f3e9c6a8a0dac
parentcca24ca5f13c2232fdf96138ca8a16f43776940b
Use a uint16_t variable to store a 16-bit value, not an int.

This is a style issue, not a bug, because the int only ever held
values in the range 0...UINT16_MAX.

Found by Chris Eagle via Fortify.
datapath/dp_act.c
udatapath/dp_act.c