]> Pileus Git - ~andy/linux/blobdiff - include/net/tcp.h
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
[~andy/linux] / include / net / tcp.h
index 0248c181a92cb66c4405018d19b27fc9106f61dc..1b6f7d348ceed85dac011ccfc8bc7f0a1dfee1cb 100644 (file)
@@ -1261,7 +1261,6 @@ static inline struct sk_buff *tcp_write_queue_prev(struct sock *sk, struct sk_bu
 #define tcp_for_write_queue_from_safe(skb, tmp, sk)                    \
        skb_queue_walk_from_safe(&(sk)->sk_write_queue, skb, tmp)
 
-
 static inline struct sk_buff *tcp_send_head(struct sock *sk)
 {
        return sk->sk_send_head;