diff options
| author | Joe Perches <joe@perches.com> | 2007-12-20 16:59:39 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2007-12-20 16:59:39 -0500 |
| commit | 5e8e034cc5154abd639aa5c05d13e24e535c6a9c (patch) | |
| tree | 4d28c765f9fc0a6e909038339f2f13388be6673c /net/dccp | |
| parent | f4ab2f72e9340207ae95e2a7622a74220a61f46a (diff) | |
[DCCP]: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
| -rw-r--r-- | net/dccp/ackvec.h | 2 | ||||
| -rw-r--r-- | net/dccp/ccids/ccid3.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dccp/ackvec.h b/net/dccp/ackvec.h index 9ef0737043..9671ecd17e 100644 --- a/net/dccp/ackvec.h +++ b/net/dccp/ackvec.h | |||
| @@ -71,7 +71,7 @@ struct dccp_ackvec { | |||
| 71 | * @dccpavr_ack_ackno - sequence number being acknowledged | 71 | * @dccpavr_ack_ackno - sequence number being acknowledged |
| 72 | * @dccpavr_ack_ptr - pointer into dccpav_buf where this record starts | 72 | * @dccpavr_ack_ptr - pointer into dccpav_buf where this record starts |
| 73 | * @dccpavr_ack_nonce - dccpav_ack_nonce at the time this record was sent | 73 | * @dccpavr_ack_nonce - dccpav_ack_nonce at the time this record was sent |
| 74 | * @dccpavr_sent_len - lenght of the record in dccpav_buf | 74 | * @dccpavr_sent_len - length of the record in dccpav_buf |
| 75 | */ | 75 | */ |
| 76 | struct dccp_ackvec_record { | 76 | struct dccp_ackvec_record { |
| 77 | struct list_head dccpavr_node; | 77 | struct list_head dccpavr_node; |
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index 19b3358633..d133416d39 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c | |||
| @@ -239,7 +239,7 @@ static void ccid3_hc_tx_no_feedback_timer(unsigned long data) | |||
| 239 | ccid3_tx_state_name(hctx->ccid3hctx_state), | 239 | ccid3_tx_state_name(hctx->ccid3hctx_state), |
| 240 | (unsigned)(hctx->ccid3hctx_x >> 6)); | 240 | (unsigned)(hctx->ccid3hctx_x >> 6)); |
| 241 | /* The value of R is still undefined and so we can not recompute | 241 | /* The value of R is still undefined and so we can not recompute |
| 242 | * the timout value. Keep initial value as per [RFC 4342, 5]. */ | 242 | * the timeout value. Keep initial value as per [RFC 4342, 5]. */ |
| 243 | t_nfb = TFRC_INITIAL_TIMEOUT; | 243 | t_nfb = TFRC_INITIAL_TIMEOUT; |
| 244 | ccid3_update_send_interval(hctx); | 244 | ccid3_update_send_interval(hctx); |
| 245 | break; | 245 | break; |
