From: Neal Cardwell Date: Fri, 27 Apr 2012 15:29:37 +0000 (-0400) Subject: tcp: clean up use of jiffies in tcp_rcv_rtt_measure() X-Git-Tag: v3.4-rc6~23^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651913ce9de2bbcedef608c5d6cf39c244248509;p=pandora-kernel.git tcp: clean up use of jiffies in tcp_rcv_rtt_measure() Clean up a reference to jiffies in tcp_rcv_rtt_measure() that should instead reference tcp_time_stamp. Since the result of the subtraction is passed into a function taking u32, this should not change any behavior (and indeed the generated assembly does not change on x86_64). However, it seems worth cleaning this up for consistency and clarity (and perhaps to avoid bugs if this is copied and pasted somewhere else). Signed-off-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed