ip_tunnels: use u8/u16/u32
authorJiri Benc <jbenc@redhat.com>
Thu, 20 Aug 2015 11:56:21 +0000 (13:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 22:42:36 +0000 (15:42 -0700)
commit6b8847c5a2bafbbf92f4b779f87165093457ea68
tree867a1d744aec795f1ea87191dcf6f350fc0d43d6
parentac1cf3990c99802eae3aa735b35c94a2131eb9fe
ip_tunnels: use u8/u16/u32

The ip_tunnels.h include file uses mixture of __u16 and u16 (etc.) types.
Unify it to the non-underscore variants.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_tunnels.h