summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-06-28 02:34:29 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-28 02:34:29 -0700
commit23c20487892d54095a07df59426de0e46a7ca420 (patch)
tree03c9224c9dd69c350801c4539c1c589ebd026fda /include/linux
parent14efecefa760800fa4d6974054b52e3e7ca91d3f (diff)
parent4ada752c328b425faefdec6971e9fd3426cf17bc (diff)
Merge "Merge android-4.4.137 (a2e2217) into msm-4.4"
Diffstat (limited to 'include/linux')
-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 2260f92f1492..5b6df1a8dc74 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -324,7 +324,7 @@ struct tcp_sock {
/* Receiver queue space */
struct {
- int space;
+ u32 space;
u32 seq;
u32 time;
} rcvq_space;