[PPPOL2TP]: Fix endianness annotations.

{s,d}_{session,tunnel} in pppol2tp_addr are actually host-endian
everywhere. We might switch them to net-endian, of course, but
that structure is exposed to userland via getname...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Al Viro and committed by David S. Miller f424bb9e e4223976

+2 -2
+2 -2
include/linux/if_pppol2tp.h
··· 32 32 33 33 struct sockaddr_in addr; /* IP address and port to send to */ 34 34 35 - __be16 s_tunnel, s_session; /* For matching incoming packets */ 36 - __be16 d_tunnel, d_session; /* For sending outgoing packets */ 35 + __u16 s_tunnel, s_session; /* For matching incoming packets */ 36 + __u16 d_tunnel, d_session; /* For sending outgoing packets */ 37 37 }; 38 38 39 39 /* Socket options: