diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-18 21:43:28 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-18 21:43:28 -0400 |
commit | 23248005fbe5fa32a3f6d00cdec1ecfb115d28eb (patch) | |
tree | 06ff4987adb7cdebe1edbd6fe11da0f32bd16fcd /net/dccp | |
parent | 40b77c943468236c6dfad3e7b94348fe70c70331 (diff) |
[NET] DCCP: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ccids/lib/loss_interval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/lib/loss_interval.c b/net/dccp/ccids/lib/loss_interval.c index 515225f3a464..dd0fc992b042 100644 --- a/net/dccp/ccids/lib/loss_interval.c +++ b/net/dccp/ccids/lib/loss_interval.c | |||
@@ -227,7 +227,7 @@ void dccp_li_update_li(struct sock *sk, | |||
227 | struct list_head *li_hist_list, | 227 | struct list_head *li_hist_list, |
228 | struct list_head *hist_list, | 228 | struct list_head *hist_list, |
229 | struct timeval *last_feedback, u16 s, u32 bytes_recv, | 229 | struct timeval *last_feedback, u16 s, u32 bytes_recv, |
230 | u32 previous_x_recv, u64 seq_loss, u8 win_loss) | 230 | u32 previous_x_recv, u64 seq_loss, u8 win_loss) |
231 | { | 231 | { |
232 | struct dccp_li_hist_entry *head; | 232 | struct dccp_li_hist_entry *head; |
233 | u64 seq_temp; | 233 | u64 seq_temp; |