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

net: remove blank lines at end of file

Several files have extra line at end of file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Stephen Hemminger and committed by
David S. Miller
e446a276 c2df5603

+5 -14
-1
net/8021q/Makefile
··· 9 9 8021q-$(CONFIG_VLAN_8021Q_GVRP) += vlan_gvrp.o 10 10 8021q-$(CONFIG_VLAN_8021Q_MVRP) += vlan_mvrp.o 11 11 8021q-$(CONFIG_PROC_FS) += vlanproc.o 12 -
+1 -1
net/Kconfig
··· 12 12 The reason is that some programs need kernel networking support even 13 13 when running on a stand-alone machine that isn't connected to any 14 14 other computer. 15 - 15 + 16 16 If you are upgrading from an older kernel, you 17 17 should consider updating your networking tools too because changes 18 18 in the kernel and the tools often go hand in hand. The tools are
-1
net/core/neighbour.c
··· 3274 3274 } 3275 3275 3276 3276 subsys_initcall(neigh_init); 3277 -
-1
net/dns_resolver/dns_key.c
··· 320 320 module_init(init_dns_resolver) 321 321 module_exit(exit_dns_resolver) 322 322 MODULE_LICENSE("GPL"); 323 -
-1
net/ieee802154/core.c
··· 400 400 MODULE_LICENSE("GPL v2"); 401 401 MODULE_DESCRIPTION("IEEE 802.15.4 configuration interface"); 402 402 MODULE_AUTHOR("Dmitry Eremin-Solenikov"); 403 -
-1
net/ieee802154/nl_policy.c
··· 75 75 [IEEE802154_ATTR_LLSEC_DEV_OVERRIDE] = { .type = NLA_U8, }, 76 76 [IEEE802154_ATTR_LLSEC_DEV_KEY_MODE] = { .type = NLA_U8, }, 77 77 }; 78 -
+2 -2
net/ipv4/Kconfig
··· 430 430 Support for INET (TCP, DCCP, etc) socket monitoring interface used by 431 431 native Linux tools such as ss. ss is included in iproute2, currently 432 432 downloadable at: 433 - 433 + 434 434 http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 435 435 436 436 If unsure, say Y. ··· 600 600 distinguishing to circumvent the difficult judgment of the packet loss 601 601 type. TCP Veno cuts down less congestion window in response to random 602 602 loss packets. 603 - See <http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1177186> 603 + See <http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1177186> 604 604 605 605 config TCP_CONG_YEAH 606 606 tristate "YeAH TCP"
+1 -1
net/ipv4/Makefile
··· 43 43 obj-$(CONFIG_INET_XFRM_MODE_TUNNEL) += xfrm4_mode_tunnel.o 44 44 obj-$(CONFIG_IP_PNP) += ipconfig.o 45 45 obj-$(CONFIG_NETFILTER) += netfilter.o netfilter/ 46 - obj-$(CONFIG_INET_DIAG) += inet_diag.o 46 + obj-$(CONFIG_INET_DIAG) += inet_diag.o 47 47 obj-$(CONFIG_INET_TCP_DIAG) += tcp_diag.o 48 48 obj-$(CONFIG_INET_UDP_DIAG) += udp_diag.o 49 49 obj-$(CONFIG_INET_RAW_DIAG) += raw_diag.o
+1 -1
net/ipv6/Kconfig
··· 15 15 Documentation/networking/ipv6.txt and read the HOWTO at 16 16 <http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/> 17 17 18 - To compile this protocol support as a module, choose M here: the 18 + To compile this protocol support as a module, choose M here: the 19 19 module will be called ipv6. 20 20 21 21 if IPV6
-1
net/iucv/af_iucv.c
··· 2515 2515 MODULE_VERSION(VERSION); 2516 2516 MODULE_LICENSE("GPL"); 2517 2517 MODULE_ALIAS_NETPROTO(PF_IUCV); 2518 -
-1
net/kcm/Kconfig
··· 8 8 KCM (Kernel Connection Multiplexor) sockets provide a method 9 9 for multiplexing messages of a message based application 10 10 protocol over kernel connectons (e.g. TCP connections). 11 -
-1
net/kcm/kcmsock.c
··· 2104 2104 2105 2105 MODULE_LICENSE("GPL"); 2106 2106 MODULE_ALIAS_NETPROTO(PF_KCM); 2107 -
-1
net/mac80211/rc80211_minstrel.c
··· 751 751 { 752 752 ieee80211_rate_control_unregister(&mac80211_minstrel); 753 753 } 754 -