tcp: fix tcp_default_init_rwnd() for 4.1
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 28 Oct 2015 01:09:40 +0000 (18:09 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:44 +0000 (13:51 -0800)
Change-Id: If3ecf5f59acf379ffcc468f28434830a92b0383d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
net/ipv4/sysctl_net_ipv4.c

index dd825be50089d91446d861eec56e7974cccab8c4..b1784c897e6cdc781036914b709096fc09415e10 100644 (file)
@@ -153,7 +153,7 @@ static int ipv4_ping_group_range(struct ctl_table *table, int write,
 }
 
 /* Validate changes from /proc interface. */
-static int proc_tcp_default_init_rwnd(ctl_table *ctl, int write,
+static int proc_tcp_default_init_rwnd(struct ctl_table *ctl, int write,
                                      void __user *buffer,
                                      size_t *lenp, loff_t *ppos)
 {