summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIlpo Järvinen2007-09-20 20:30:48 +0200
committerDavid S. Miller2007-10-11 01:52:09 +0200
commit5af4ec236f7c98f3671fb26731457a172d85e0e6 (patch)
tree04219129f5db8662c4a876e0f686e7a56fb4459c /include
parent[TCP]: Make fackets_out accurate (diff)
downloadkernel-qcow2-linux-5af4ec236f7c98f3671fb26731457a172d85e0e6.tar.gz
kernel-qcow2-linux-5af4ec236f7c98f3671fb26731457a172d85e0e6.tar.xz
kernel-qcow2-linux-5af4ec236f7c98f3671fb26731457a172d85e0e6.zip
[TCP]: clear_all_retrans_hints prefixed by tcp_
In addition, fix its function comment spacing. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 4ba256a3f5e0..d78ad9bfcfa7 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1066,8 +1066,8 @@ static inline void tcp_mib_init(void)
TCP_ADD_STATS_USER(TCP_MIB_MAXCONN, -1);
}
-/*from STCP */
-static inline void clear_all_retrans_hints(struct tcp_sock *tp){
+/* from STCP */
+static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) {
tp->lost_skb_hint = NULL;
tp->scoreboard_skb_hint = NULL;
tp->retransmit_skb_hint = NULL;