diff options
-rw-r--r-- | net/ipv4/tcp_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_probe.c b/net/ipv4/tcp_probe.c index 622a4377b397..1f6aa543b64e 100644 --- a/net/ipv4/tcp_probe.c +++ b/net/ipv4/tcp_probe.c | |||
@@ -218,7 +218,7 @@ static ssize_t tcpprobe_read(struct file *file, char __user *buf, | |||
218 | return -EINVAL; | 218 | return -EINVAL; |
219 | 219 | ||
220 | while (cnt < len) { | 220 | while (cnt < len) { |
221 | char tbuf[164]; | 221 | char tbuf[256]; |
222 | int width; | 222 | int width; |
223 | 223 | ||
224 | /* Wait for data in buffer */ | 224 | /* Wait for data in buffer */ |