aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 9632aa866de4..0e058a2d1c6d 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -216,7 +216,7 @@ struct tcp_sock {
216 * Header prediction flags 216 * Header prediction flags
217 * 0x5?10 << 16 + snd_wnd in net byte order 217 * 0x5?10 << 16 + snd_wnd in net byte order
218 */ 218 */
219 __u32 pred_flags; 219 __be32 pred_flags;
220 220
221/* 221/*
222 * RFC793 variables by their proper names. This means you can 222 * RFC793 variables by their proper names. This means you can