vxlan: use unsigned int instead of unsigned
authorCong Wang <amwang@redhat.com>
Mon, 27 May 2013 22:35:52 +0000 (22:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2013 06:53:52 +0000 (23:53 -0700)
commit31fec5aa21d166cf81702a669c1398784b513b8a
tree87576fc7b89c1c1b70bf9a22be1af6582fe82157
parent784e4616a40166fc60a1741a2c64155e99fe9247
vxlan: use unsigned int instead of unsigned

'unsigned int' is slightly better.

Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c