netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [DCCP] [PATCH 1/1]: Whitespace / outdated documentation
@ 2007-12-18 12:41 Gerrit Renker
  2007-12-18 13:44 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: Gerrit Renker @ 2007-12-18 12:41 UTC (permalink / raw)
  To: Arnaldo, netdev; +Cc: dccp

[CCID3]: Whitespace cleanups and outdated documentation

This removes outdated documentation which had been forgotten to be
removed (x_recv, rtt now appear twice, p was removed from rx_sock);
and removes new whitespace.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
---
 net/dccp/ccids/ccid3.c |    6 +++---
 net/dccp/ccids/ccid3.h |    3 ---
 2 files changed, 3 insertions(+), 6 deletions(-)

--- a/net/dccp/ccids/ccid3.h
+++ b/net/dccp/ccids/ccid3.h
@@ -133,9 +133,6 @@ enum ccid3_hc_rx_states {
 
 /** struct ccid3_hc_rx_sock - CCID3 receiver half-connection socket
  *
- *  @ccid3hcrx_x_recv  -  Receiver estimate of send rate (RFC 3448 4.3)
- *  @ccid3hcrx_rtt  -  Receiver estimate of rtt (non-standard)
- *  @ccid3hcrx_p  -  Current loss event rate (RFC 3448 5.4)
  *  @ccid3hcrx_last_counter  -  Tracks window counter (RFC 4342, 8.1)
  *  @ccid3hcrx_state  -  Receiver state, one of %ccid3_hc_rx_states
  *  @ccid3hcrx_bytes_recv  -  Total sum of DCCP payload bytes
--- a/net/dccp/ccids/ccid3.c
+++ b/net/dccp/ccids/ccid3.c
@@ -437,9 +437,9 @@ static void ccid3_hc_tx_packet_recv(stru
 		ccid3_hc_tx_set_state(sk, TFRC_SSTATE_FBACK);
 
 		if (hctx->ccid3hctx_t_rto == 0) {
- 			/*
+			/*
 			 * Initial feedback packet: Larger Initial Windows (4.2)
- 			 */
+			 */
 			hctx->ccid3hctx_x    = rfc3390_initial_rate(sk);
 			hctx->ccid3hctx_t_ld = now;
 
@@ -451,7 +451,7 @@ static void ccid3_hc_tx_packet_recv(stru
 			 * First feedback after nofeedback timer expiry (4.3)
 			 */
 			goto done_computing_x;
- 		}
+		}
 	}
 
 	/* Update sending rate (step 4 of [RFC 3448, 4.3]) */
-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [DCCP] [PATCH 1/1]: Whitespace / outdated documentation
  2007-12-18 12:41 [DCCP] [PATCH 1/1]: Whitespace / outdated documentation Gerrit Renker
@ 2007-12-18 13:44 ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2007-12-18 13:44 UTC (permalink / raw)
  To: Gerrit Renker, Arnaldo, netdev, dccp

Em Tue, Dec 18, 2007 at 12:41:08PM +0000, Gerrit Renker escreveu:
> [CCID3]: Whitespace cleanups and outdated documentation
> 
> This removes outdated documentation which had been forgotten to be
> removed (x_recv, rtt now appear twice, p was removed from rx_sock);
> and removes new whitespace.
> 
> Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>

Thanks, I'll get my scripts fixed... :-\

- Arnaldo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-18 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18 12:41 [DCCP] [PATCH 1/1]: Whitespace / outdated documentation Gerrit Renker
2007-12-18 13:44 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).