diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-13 19:34:54 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 18:59:26 -0400 |
commit | 7690af3fff7633e40b1b9950eb8489129251d074 (patch) | |
tree | 92fa07234a7547c4a7dd74877972b5a291673fcf /net/dccp/packet_history.h | |
parent | c173437669967301facff151bfeb7bae67354e4c (diff) |
[DCCP]: Just reflow the source code to fit in 80 columns
Andrew Morton should be happy now 8)
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/packet_history.h')
-rw-r--r-- | net/dccp/packet_history.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/dccp/packet_history.h b/net/dccp/packet_history.h index 0056525a656c..489fff45ccdf 100644 --- a/net/dccp/packet_history.h +++ b/net/dccp/packet_history.h | |||
@@ -115,7 +115,8 @@ extern void dccp_tx_hist_purge_older(struct dccp_tx_hist *hist, | |||
115 | extern void dccp_tx_hist_purge(struct dccp_tx_hist *hist, | 115 | extern void dccp_tx_hist_purge(struct dccp_tx_hist *hist, |
116 | struct list_head *list); | 116 | struct list_head *list); |
117 | 117 | ||
118 | static inline struct dccp_tx_hist_entry *dccp_tx_hist_head(struct list_head *list) | 118 | static inline struct dccp_tx_hist_entry * |
119 | dccp_tx_hist_head(struct list_head *list) | ||
119 | { | 120 | { |
120 | struct dccp_tx_hist_entry *head = NULL; | 121 | struct dccp_tx_hist_entry *head = NULL; |
121 | 122 | ||
@@ -163,7 +164,8 @@ static inline void dccp_rx_hist_add_entry(struct list_head *list, | |||
163 | list_add(&entry->dccphrx_node, list); | 164 | list_add(&entry->dccphrx_node, list); |
164 | } | 165 | } |
165 | 166 | ||
166 | static inline struct dccp_rx_hist_entry *dccp_rx_hist_head(struct list_head *list) | 167 | static inline struct dccp_rx_hist_entry * |
168 | dccp_rx_hist_head(struct list_head *list) | ||
167 | { | 169 | { |
168 | struct dccp_rx_hist_entry *head = NULL; | 170 | struct dccp_rx_hist_entry *head = NULL; |
169 | 171 | ||