]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
[TFRC]: Move comment.
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Sat, 8 Dec 2007 17:08:08 +0000 (15:08 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:57:03 +0000 (14:57 -0800)
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>
net/dccp/ccids/lib/packet_history.c

index 4eddb2da83343154222e0467b49fa98d1629c65e..54cd23e7c27e753d6486320ab57ab4a2275d5f1a 100644 (file)
@@ -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
  */
@@ -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)