net: remove blank lines at end of file
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 24 Jul 2018 19:29:18 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 21:10:43 +0000 (14:10 -0700)
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>
13 files changed:
net/8021q/Makefile
net/Kconfig
net/core/neighbour.c
net/dns_resolver/dns_key.c
net/ieee802154/core.c
net/ieee802154/nl_policy.c
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv6/Kconfig
net/iucv/af_iucv.c
net/kcm/Kconfig
net/kcm/kcmsock.c
net/mac80211/rc80211_minstrel.c

index 9b703454b93ec2f4d0710ddec86d94bcfd223c14..e05d4d7aab354d6c86148152fbd3bdc17bba8d2f 100644 (file)
@@ -9,4 +9,3 @@ obj-$(CONFIG_VLAN_8021Q)                += 8021q.o
 8021q-$(CONFIG_VLAN_8021Q_GVRP)                += vlan_gvrp.o
 8021q-$(CONFIG_VLAN_8021Q_MVRP)                += vlan_mvrp.o
 8021q-$(CONFIG_PROC_FS)                        += vlanproc.o
-
index f738a6f27665515a67c88e0b1725a120560a9ce5..228dfa382eeca8afd12d32475978259738dceb53 100644 (file)
@@ -12,7 +12,7 @@ menuconfig NET
          The reason is that some programs need kernel networking support even
          when running on a stand-alone machine that isn't connected to any
          other computer.
-         
+
          If you are upgrading from an older kernel, you
          should consider updating your networking tools too because changes
          in the kernel and the tools often go hand in hand. The tools are
index cbe85d8d4cc21239288a09927f60a08642781c3d..aa19d86937afabf5fb7dd29ce7c2379241281c06 100644 (file)
@@ -3274,4 +3274,3 @@ static int __init neigh_init(void)
 }
 
 subsys_initcall(neigh_init);
-
index 0c9478b91fa5b6c8f6b586ed8ead66c8db538ea7..7f4534828f6c96c0b0fe99d54add4ce9be0c1877 100644 (file)
@@ -320,4 +320,3 @@ static void __exit exit_dns_resolver(void)
 module_init(init_dns_resolver)
 module_exit(exit_dns_resolver)
 MODULE_LICENSE("GPL");
-
index cb7176cd4cd62219ec52f2b82172d9b522d5b24c..fe225d9a187788cde0f3030b2e66287fb6ea0d24 100644 (file)
@@ -400,4 +400,3 @@ module_exit(wpan_phy_class_exit);
 MODULE_LICENSE("GPL v2");
 MODULE_DESCRIPTION("IEEE 802.15.4 configuration interface");
 MODULE_AUTHOR("Dmitry Eremin-Solenikov");
-
index 35c4326684548d88f408f84ded46ce6ac2d04ebc..78f6f1233194176ba55ac6d9394d37f1692ffff9 100644 (file)
@@ -75,4 +75,3 @@ const struct nla_policy ieee802154_policy[IEEE802154_ATTR_MAX + 1] = {
        [IEEE802154_ATTR_LLSEC_DEV_OVERRIDE] = { .type = NLA_U8, },
        [IEEE802154_ATTR_LLSEC_DEV_KEY_MODE] = { .type = NLA_U8, },
 };
-
index 80dad301361d9cc589b3a406ebb8d32a4e4a6827..32cae39cdff63125cb7213ae6644e8ff885796c0 100644 (file)
@@ -430,7 +430,7 @@ config INET_DIAG
          Support for INET (TCP, DCCP, etc) socket monitoring interface used by
          native Linux tools such as ss. ss is included in iproute2, currently
          downloadable at:
-         
+
            http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
 
          If unsure, say Y.
@@ -600,7 +600,7 @@ config TCP_CONG_VENO
        distinguishing to circumvent the difficult judgment of the packet loss
        type. TCP Veno cuts down less congestion window in response to random
        loss packets.
-       See <http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1177186> 
+       See <http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1177186>
 
 config TCP_CONG_YEAH
        tristate "YeAH TCP"
index eec9569ffa5cb143ea4d4feb0ca7a73925ea33e5..7446b98661d86ef53ecd933cf3649ddf5ac4286b 100644 (file)
@@ -43,7 +43,7 @@ obj-$(CONFIG_INET_XFRM_MODE_TRANSPORT) += xfrm4_mode_transport.o
 obj-$(CONFIG_INET_XFRM_MODE_TUNNEL) += xfrm4_mode_tunnel.o
 obj-$(CONFIG_IP_PNP) += ipconfig.o
 obj-$(CONFIG_NETFILTER)        += netfilter.o netfilter/
-obj-$(CONFIG_INET_DIAG) += inet_diag.o 
+obj-$(CONFIG_INET_DIAG) += inet_diag.o
 obj-$(CONFIG_INET_TCP_DIAG) += tcp_diag.o
 obj-$(CONFIG_INET_UDP_DIAG) += udp_diag.o
 obj-$(CONFIG_INET_RAW_DIAG) += raw_diag.o
index b3885ca22d6fb7aa6165c2773ae02d9885099d8f..613282c65a10750cccc5985be0ffc65a68138ae1 100644 (file)
@@ -15,7 +15,7 @@ menuconfig IPV6
          Documentation/networking/ipv6.txt and read the HOWTO at
          <http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/>
 
-         To compile this protocol support as a module, choose M here: the 
+         To compile this protocol support as a module, choose M here: the
          module will be called ipv6.
 
 if IPV6
index 893a022f962081416fa1b9e5f96416a8c2e92e5c..8d1c43f8fed419d6e5886ea6ed03ad0c61a6e5f6 100644 (file)
@@ -2515,4 +2515,3 @@ MODULE_DESCRIPTION("IUCV Sockets ver " VERSION);
 MODULE_VERSION(VERSION);
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_NETPROTO(PF_IUCV);
-
index 87fca36e6c47b98663a9e8ee1172057818324c1d..9ca83f2ade6ff66df1cf6d4476eb766cfb573740 100644 (file)
@@ -8,4 +8,3 @@ config AF_KCM
          KCM (Kernel Connection Multiplexor) sockets provide a method
          for multiplexing messages of a message based application
          protocol over kernel connectons (e.g. TCP connections).
-
index d3601d421571b9825ff0a6cea9b75cb52fd51dea..571d824e4e2499e1f591701ed0e25c4aff73b00a 100644 (file)
@@ -2104,4 +2104,3 @@ module_exit(kcm_exit);
 
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_NETPROTO(PF_KCM);
-
index 76048b53c5b27637d343868c69ab54c928c6614d..07fb219327d656f83845793117b165aabd623ee6 100644 (file)
@@ -751,4 +751,3 @@ rc80211_minstrel_exit(void)
 {
        ieee80211_rate_control_unregister(&mac80211_minstrel);
 }
-