Re: [PATCH 1/1] tcp: tcp_mtup_probe -> tcp_mtu_probe

2018-06-19 Thread David Miller
From: Wang Jian Date: Mon, 18 Jun 2018 18:58:50 +0800 > Comment correction. > > Signed-off-by: Jian Wang This patch was corrupted by your email client. Please fix this, email the patch to yourself, and only resubmit this patch to the mailing list when you can successfull apply the patch yours

[PATCH 1/1] tcp: tcp_mtup_probe -> tcp_mtu_probe

2018-06-18 Thread Wang Jian
Comment correction. Signed-off-by: Jian Wang --- net/ipv4/tcp_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 355d3df..fd7b766 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c @@ -2862,7 +2862,7 @@ static v