diff options
Diffstat (limited to 'include/net/inet_sock.h')
-rw-r--r-- | include/net/inet_sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index 7a1f69f01269..a448bb226bb3 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h | |||
@@ -64,7 +64,7 @@ struct inet_request_sock { | |||
64 | #endif | 64 | #endif |
65 | __be32 loc_addr; | 65 | __be32 loc_addr; |
66 | __be32 rmt_addr; | 66 | __be32 rmt_addr; |
67 | u16 rmt_port; | 67 | __be16 rmt_port; |
68 | u16 snd_wscale : 4, | 68 | u16 snd_wscale : 4, |
69 | rcv_wscale : 4, | 69 | rcv_wscale : 4, |
70 | tstamp_ok : 1, | 70 | tstamp_ok : 1, |