datapath: cleanup unsigned to unsigned int
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 25 May 2012 18:07:35 +0000 (11:07 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 25 May 2012 18:07:35 +0000 (11:07 -0700)
commitf1b8a92251b5dd192acd214cc693d92039203e6f
tree60934ff8ff5a534754fe3929b7d4f779cfddd3e2
parentcf5d3d768f1a32914af38c53a25a7d8bff5f97a1
datapath: cleanup unsigned to unsigned int

Use of "unsigned int" is preferred to bare "unsigned" in net tree.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/vport-netdev.c