diff options
author | Neal Cardwell <ncardwell@google.com> | 2012-04-27 11:29:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-27 12:34:39 -0400 |
commit | 651913ce9de2bbcedef608c5d6cf39c244248509 (patch) | |
tree | c2c25a9e8f5c1e8e29c81f857fcbdcb5c4945f64 /net/core | |
parent | 8b6efb75e9467f7c2df279cbd657f741ec3493cf (diff) |
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 <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions