diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2007-12-12 10:57:14 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:57:18 -0500 |
commit | db64196038e79b0460245d558e54ff4a21a52d1f (patch) | |
tree | c24ee13b726832a85a95a2824f01293fe84dcc75 /net/dccp/ccids/ccid3.c | |
parent | 8a9c7e92e0ca97632126feee32ba2698b4eb6c8f (diff) |
[CCID3]: Redundant debugging output / documentation
Each time feedback is sent two lines are printed:
ccid3_hc_rx_send_feedback: client ... - entry
ccid3_hc_rx_send_feedback: Interval ...usec, X_recv=..., 1/p=...
The first line is redundant and thus removed.
Further, documentation of ccid3_hc_rx_sock (capitalisation) is made consistent.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ccids/ccid3.c')
-rw-r--r-- | net/dccp/ccids/ccid3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index f8644bfd88fb..8266dfde89c1 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c | |||
@@ -685,8 +685,6 @@ static void ccid3_hc_rx_send_feedback(struct sock *sk, | |||
685 | ktime_t now; | 685 | ktime_t now; |
686 | s64 delta = 0; | 686 | s64 delta = 0; |
687 | 687 | ||
688 | ccid3_pr_debug("%s(%p) - entry \n", dccp_role(sk), sk); | ||
689 | |||
690 | if (unlikely(hcrx->ccid3hcrx_state == TFRC_RSTATE_TERM)) | 688 | if (unlikely(hcrx->ccid3hcrx_state == TFRC_RSTATE_TERM)) |
691 | return; | 689 | return; |
692 | 690 | ||