From: David Miller <davem@davemloft.net> Date: 2016-01-21 02:55:24
From: Xin Long <lucien.xin@gmail.com>
Date: Wed, 20 Jan 2016 16:12:33 +0800
Documentation should be kept consistent with the code:
static int tcp_syn_retries_max = MAX_TCP_SYNCNT;
#define MAX_TCP_SYNCNT 127
Signed-off-by: Xin Long <lucien.xin@gmail.com>