Re: [PATCH v2 net-next 02/13] ip_tunnels: use u8/u16/u32

2015-08-19 Thread Thomas Graf
On 08/19/15 at 12:09pm, Jiri Benc wrote: > 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 Acked-by: Thomas Graf -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of

[PATCH v2 net-next 02/13] ip_tunnels: use u8/u16/u32

2015-08-19 Thread Jiri Benc
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 --- include/net/ip_tunnels.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/net/ip_tunnels.h b/include/net/ip_