datapath: Make 'length' local variable unsigned, for consistency.
authorBen Pfaff <blp@nicira.com>
Fri, 9 Jan 2009 00:40:16 +0000 (16:40 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 01:00:28 +0000 (17:00 -0800)
commit8b93bb5900d8d71a93101c7e75793d10dcc57eb3
treea0f1143e853956615cc08e70e57e5278b29250bd
parent9566d4d89487ab0e0ab6791035fa25c11a3cb9db
datapath: Make 'length' local variable unsigned, for consistency.

This is a style issue, not a bug, if you chase down what the function
and the caller are doing.

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