diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 15:29:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-24 17:10:43 -0400 |
commit | e446a2760f1e265192accd7ddebd3ca5ff1d57bb (patch) | |
tree | 8fe3dcdf04f2d21c1774725f8f7a6e019373c755 | |
parent | c2df5603678b5b0d47ca70469934d1c146b29d9b (diff) |
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>
-rw-r--r-- | net/8021q/Makefile | 1 | ||||
-rw-r--r-- | net/Kconfig | 2 | ||||
-rw-r--r-- | net/core/neighbour.c | 1 | ||||
-rw-r--r-- | net/dns_resolver/dns_key.c | 1 | ||||
-rw-r--r-- | net/ieee802154/core.c | 1 | ||||
-rw-r--r-- | net/ieee802154/nl_policy.c | 1 | ||||
-rw-r--r-- | net/ipv4/Kconfig | 4 | ||||
-rw-r--r-- | net/ipv4/Makefile | 2 | ||||
-rw-r--r-- | net/ipv6/Kconfig | 2 | ||||
-rw-r--r-- | net/iucv/af_iucv.c | 1 | ||||
-rw-r--r-- | net/kcm/Kconfig | 1 | ||||
-rw-r--r-- | net/kcm/kcmsock.c | 1 | ||||
-rw-r--r-- | net/mac80211/rc80211_minstrel.c | 1 |
13 files changed, 5 insertions, 14 deletions
diff --git a/net/8021q/Makefile b/net/8021q/Makefile index 9b703454b93e..e05d4d7aab35 100644 --- a/net/8021q/Makefile +++ b/net/8021q/Makefile | |||
@@ -9,4 +9,3 @@ obj-$(CONFIG_VLAN_8021Q) += 8021q.o | |||
9 | 8021q-$(CONFIG_VLAN_8021Q_GVRP) += vlan_gvrp.o | 9 | 8021q-$(CONFIG_VLAN_8021Q_GVRP) += vlan_gvrp.o |
10 | 8021q-$(CONFIG_VLAN_8021Q_MVRP) += vlan_mvrp.o | 10 | 8021q-$(CONFIG_VLAN_8021Q_MVRP) += vlan_mvrp.o |
11 | 8021q-$(CONFIG_PROC_FS) += vlanproc.o | 11 | 8021q-$(CONFIG_PROC_FS) += vlanproc.o |
12 | |||
diff --git a/net/Kconfig b/net/Kconfig index f738a6f27665..228dfa382eec 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -12,7 +12,7 @@ menuconfig NET | |||
12 | The reason is that some programs need kernel networking support even | 12 | The reason is that some programs need kernel networking support even |
13 | when running on a stand-alone machine that isn't connected to any | 13 | when running on a stand-alone machine that isn't connected to any |
14 | other computer. | 14 | other computer. |
15 | 15 | ||
16 | If you are upgrading from an older kernel, you | 16 | If you are upgrading from an older kernel, you |
17 | should consider updating your networking tools too because changes | 17 | should consider updating your networking tools too because changes |
18 | in the kernel and the tools often go hand in hand. The tools are | 18 | in the kernel and the tools often go hand in hand. The tools are |
diff --git a/net/core/neighbour.c b/net/core/neighbour.c index cbe85d8d4cc2..aa19d86937af 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c | |||
@@ -3274,4 +3274,3 @@ static int __init neigh_init(void) | |||
3274 | } | 3274 | } |
3275 | 3275 | ||
3276 | subsys_initcall(neigh_init); | 3276 | subsys_initcall(neigh_init); |
3277 | |||
diff --git a/net/dns_resolver/dns_key.c b/net/dns_resolver/dns_key.c index 0c9478b91fa5..7f4534828f6c 100644 --- a/net/dns_resolver/dns_key.c +++ b/net/dns_resolver/dns_key.c | |||
@@ -320,4 +320,3 @@ static void __exit exit_dns_resolver(void) | |||
320 | module_init(init_dns_resolver) | 320 | module_init(init_dns_resolver) |
321 | module_exit(exit_dns_resolver) | 321 | module_exit(exit_dns_resolver) |
322 | MODULE_LICENSE("GPL"); | 322 | MODULE_LICENSE("GPL"); |
323 | |||
diff --git a/net/ieee802154/core.c b/net/ieee802154/core.c index cb7176cd4cd6..fe225d9a1877 100644 --- a/net/ieee802154/core.c +++ b/net/ieee802154/core.c | |||
@@ -400,4 +400,3 @@ module_exit(wpan_phy_class_exit); | |||
400 | MODULE_LICENSE("GPL v2"); | 400 | MODULE_LICENSE("GPL v2"); |
401 | MODULE_DESCRIPTION("IEEE 802.15.4 configuration interface"); | 401 | MODULE_DESCRIPTION("IEEE 802.15.4 configuration interface"); |
402 | MODULE_AUTHOR("Dmitry Eremin-Solenikov"); | 402 | MODULE_AUTHOR("Dmitry Eremin-Solenikov"); |
403 | |||
diff --git a/net/ieee802154/nl_policy.c b/net/ieee802154/nl_policy.c index 35c432668454..78f6f1233194 100644 --- a/net/ieee802154/nl_policy.c +++ b/net/ieee802154/nl_policy.c | |||
@@ -75,4 +75,3 @@ const struct nla_policy ieee802154_policy[IEEE802154_ATTR_MAX + 1] = { | |||
75 | [IEEE802154_ATTR_LLSEC_DEV_OVERRIDE] = { .type = NLA_U8, }, | 75 | [IEEE802154_ATTR_LLSEC_DEV_OVERRIDE] = { .type = NLA_U8, }, |
76 | [IEEE802154_ATTR_LLSEC_DEV_KEY_MODE] = { .type = NLA_U8, }, | 76 | [IEEE802154_ATTR_LLSEC_DEV_KEY_MODE] = { .type = NLA_U8, }, |
77 | }; | 77 | }; |
78 | |||
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 80dad301361d..32cae39cdff6 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -430,7 +430,7 @@ config INET_DIAG | |||
430 | Support for INET (TCP, DCCP, etc) socket monitoring interface used by | 430 | Support for INET (TCP, DCCP, etc) socket monitoring interface used by |
431 | native Linux tools such as ss. ss is included in iproute2, currently | 431 | native Linux tools such as ss. ss is included in iproute2, currently |
432 | downloadable at: | 432 | downloadable at: |
433 | 433 | ||
434 | http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 | 434 | http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 |
435 | 435 | ||
436 | If unsure, say Y. | 436 | If unsure, say Y. |
@@ -600,7 +600,7 @@ config TCP_CONG_VENO | |||
600 | distinguishing to circumvent the difficult judgment of the packet loss | 600 | distinguishing to circumvent the difficult judgment of the packet loss |
601 | type. TCP Veno cuts down less congestion window in response to random | 601 | type. TCP Veno cuts down less congestion window in response to random |
602 | loss packets. | 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 | config TCP_CONG_YEAH | 605 | config TCP_CONG_YEAH |
606 | tristate "YeAH TCP" | 606 | tristate "YeAH TCP" |
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index eec9569ffa5c..7446b98661d8 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile | |||
@@ -43,7 +43,7 @@ obj-$(CONFIG_INET_XFRM_MODE_TRANSPORT) += xfrm4_mode_transport.o | |||
43 | obj-$(CONFIG_INET_XFRM_MODE_TUNNEL) += xfrm4_mode_tunnel.o | 43 | obj-$(CONFIG_INET_XFRM_MODE_TUNNEL) += xfrm4_mode_tunnel.o |
44 | obj-$(CONFIG_IP_PNP) += ipconfig.o | 44 | obj-$(CONFIG_IP_PNP) += ipconfig.o |
45 | obj-$(CONFIG_NETFILTER) += netfilter.o netfilter/ | 45 | obj-$(CONFIG_NETFILTER) += netfilter.o netfilter/ |
46 | obj-$(CONFIG_INET_DIAG) += inet_diag.o | 46 | obj-$(CONFIG_INET_DIAG) += inet_diag.o |
47 | obj-$(CONFIG_INET_TCP_DIAG) += tcp_diag.o | 47 | obj-$(CONFIG_INET_TCP_DIAG) += tcp_diag.o |
48 | obj-$(CONFIG_INET_UDP_DIAG) += udp_diag.o | 48 | obj-$(CONFIG_INET_UDP_DIAG) += udp_diag.o |
49 | obj-$(CONFIG_INET_RAW_DIAG) += raw_diag.o | 49 | obj-$(CONFIG_INET_RAW_DIAG) += raw_diag.o |
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index b3885ca22d6f..613282c65a10 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -15,7 +15,7 @@ menuconfig IPV6 | |||
15 | Documentation/networking/ipv6.txt and read the HOWTO at | 15 | Documentation/networking/ipv6.txt and read the HOWTO at |
16 | <http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/> | 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 | module will be called ipv6. | 19 | module will be called ipv6. |
20 | 20 | ||
21 | if IPV6 | 21 | if IPV6 |
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c index 893a022f9620..8d1c43f8fed4 100644 --- a/net/iucv/af_iucv.c +++ b/net/iucv/af_iucv.c | |||
@@ -2515,4 +2515,3 @@ MODULE_DESCRIPTION("IUCV Sockets ver " VERSION); | |||
2515 | MODULE_VERSION(VERSION); | 2515 | MODULE_VERSION(VERSION); |
2516 | MODULE_LICENSE("GPL"); | 2516 | MODULE_LICENSE("GPL"); |
2517 | MODULE_ALIAS_NETPROTO(PF_IUCV); | 2517 | MODULE_ALIAS_NETPROTO(PF_IUCV); |
2518 | |||
diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig index 87fca36e6c47..9ca83f2ade6f 100644 --- a/net/kcm/Kconfig +++ b/net/kcm/Kconfig | |||
@@ -8,4 +8,3 @@ config AF_KCM | |||
8 | KCM (Kernel Connection Multiplexor) sockets provide a method | 8 | KCM (Kernel Connection Multiplexor) sockets provide a method |
9 | for multiplexing messages of a message based application | 9 | for multiplexing messages of a message based application |
10 | protocol over kernel connectons (e.g. TCP connections). | 10 | protocol over kernel connectons (e.g. TCP connections). |
11 | |||
diff --git a/net/kcm/kcmsock.c b/net/kcm/kcmsock.c index d3601d421571..571d824e4e24 100644 --- a/net/kcm/kcmsock.c +++ b/net/kcm/kcmsock.c | |||
@@ -2104,4 +2104,3 @@ module_exit(kcm_exit); | |||
2104 | 2104 | ||
2105 | MODULE_LICENSE("GPL"); | 2105 | MODULE_LICENSE("GPL"); |
2106 | MODULE_ALIAS_NETPROTO(PF_KCM); | 2106 | MODULE_ALIAS_NETPROTO(PF_KCM); |
2107 | |||
diff --git a/net/mac80211/rc80211_minstrel.c b/net/mac80211/rc80211_minstrel.c index 76048b53c5b2..07fb219327d6 100644 --- a/net/mac80211/rc80211_minstrel.c +++ b/net/mac80211/rc80211_minstrel.c | |||
@@ -751,4 +751,3 @@ rc80211_minstrel_exit(void) | |||
751 | { | 751 | { |
752 | ieee80211_rate_control_unregister(&mac80211_minstrel); | 752 | ieee80211_rate_control_unregister(&mac80211_minstrel); |
753 | } | 753 | } |
754 | |||