From: Neal Cardwell Date: Mon, 27 Feb 2012 22:52:52 +0000 (-0500) Subject: tcp: fix comment for tp->highest_sack X-Git-Tag: v3.3-rc7~39^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb971923614775a118bc05ad16b2bde450cac7d;p=pandora-kernel.git tcp: fix comment for tp->highest_sack There was an off-by-one error in the comments describing the highest_sack field in struct tcp_sock. The comments previously claimed that it was the "start sequence of the highest skb with SACKed bit". This commit fixes the comments to note that it is the "start sequence of the skb just *after* the highest skb with SACKed bit". Signed-off-by: Neal Cardwell Acked-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed