Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dccp: remove blank lines between function/EXPORT_SYMBOL

See Documentation/CodingStyle chapter 6.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Fabian Frederick and committed by
David S. Miller
54da7996 6d80c473

-6
-6
net/dccp/ipv4.c
··· 140 140 inet->inet_dport = 0; 141 141 goto out; 142 142 } 143 - 144 143 EXPORT_SYMBOL_GPL(dccp_v4_connect); 145 144 146 145 /* ··· 375 376 inet->inet_saddr, 376 377 inet->inet_daddr); 377 378 } 378 - 379 379 EXPORT_SYMBOL_GPL(dccp_v4_send_check); 380 380 381 381 static inline u64 dccp_v4_init_sequence(const struct sk_buff *skb) ··· 442 444 dccp_done(newsk); 443 445 goto exit; 444 446 } 445 - 446 447 EXPORT_SYMBOL_GPL(dccp_v4_request_recv_sock); 447 448 448 449 static struct sock *dccp_v4_hnd_req(struct sock *sk, struct sk_buff *skb) ··· 667 670 DCCP_INC_STATS_BH(DCCP_MIB_ATTEMPTFAILS); 668 671 return -1; 669 672 } 670 - 671 673 EXPORT_SYMBOL_GPL(dccp_v4_conn_request); 672 674 673 675 int dccp_v4_do_rcv(struct sock *sk, struct sk_buff *skb) ··· 725 729 kfree_skb(skb); 726 730 return 0; 727 731 } 728 - 729 732 EXPORT_SYMBOL_GPL(dccp_v4_do_rcv); 730 733 731 734 /** ··· 797 802 798 803 return 0; 799 804 } 800 - 801 805 EXPORT_SYMBOL_GPL(dccp_invalid_packet); 802 806 803 807 /* this is called when real data arrives */