Skip to content

Commit

Permalink
[TFRC]: Move comment.
Browse files Browse the repository at this point in the history
Moved up the comment "Receiver routines" above the first occurrence of
RX history routines.

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>
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Jan 28, 2008
1 parent c69bce2 commit 78282d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions net/dccp/ccids/lib/packet_history.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ u32 tfrc_tx_hist_rtt(struct tfrc_tx_hist_entry *head, const u64 seqno,
EXPORT_SYMBOL_GPL(tfrc_tx_hist_rtt);


/*
* Receiver History Routines
*/
static struct kmem_cache *tfrc_rx_hist_slab;

/**
* tfrc_rx_hist_index - index to reach n-th entry after loss_start
*/
Expand All @@ -131,11 +136,6 @@ static inline struct tfrc_rx_hist_entry *
return h->ring[tfrc_rx_hist_index(h, h->loss_count)];
}

/*
* Receiver History Routines
*/
static struct kmem_cache *tfrc_rx_hist_slab;

void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h,
const struct sk_buff *skb,
const u32 ndp)
Expand Down

0 comments on commit 78282d2

Please sign in to comment.