]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc1175318954b2c4fb76896a8af12e3d03bc3b103
tree87576fc7b89c1c1b70bf9a22be1af6582fe82157
parent352640d1716dcc58edc67690ae710d895ad4fc71
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