commit | 6b8847c5a2bafbbf92f4b779f87165093457ea68 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Thu Aug 20 13:56:21 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 20 15:42:36 2015 -0700 |
tree | 867a1d744aec795f1ea87191dcf6f350fc0d43d6 | |
parent | ac1cf3990c99802eae3aa735b35c94a2131eb9fe [diff] |
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>