sched: fix trailing whitespace
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 24 Jul 2018 19:29:01 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 21:10:42 +0000 (14:10 -0700)
Remove trailing whitespace and blank lines at EOF

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/Kconfig
net/sched/Makefile
net/sched/act_connmark.c
net/sched/act_pedit.c
net/sched/cls_basic.c

index 7af246764a3554e3c151dbf9af6031986eacaba4..bba71225adbd0f412d8b12ef74e6224d67efbf09 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Traffic control configuration.
-# 
+#
 
 menuconfig NET_SCHED
        bool "QoS and/or fair queueing"
@@ -706,7 +706,7 @@ config NET_CLS_ACT
 
 config NET_ACT_POLICE
        tristate "Traffic Policing"
-        depends on NET_CLS_ACT 
+        depends on NET_CLS_ACT
         ---help---
          Say Y here if you want to do traffic policing, i.e. strict
          bandwidth limiting. This action replaces the existing policing
index 673ee7d26ff2f4bd1d58b0de277570933fc4a2ed..910ec7463a3654f41a84fdb6203218668414e2ac 100644 (file)
@@ -33,7 +33,7 @@ obj-$(CONFIG_NET_SCH_HTB)     += sch_htb.o
 obj-$(CONFIG_NET_SCH_HFSC)     += sch_hfsc.o
 obj-$(CONFIG_NET_SCH_RED)      += sch_red.o
 obj-$(CONFIG_NET_SCH_GRED)     += sch_gred.o
-obj-$(CONFIG_NET_SCH_INGRESS)  += sch_ingress.o 
+obj-$(CONFIG_NET_SCH_INGRESS)  += sch_ingress.o
 obj-$(CONFIG_NET_SCH_DSMARK)   += sch_dsmark.o
 obj-$(CONFIG_NET_SCH_SFB)      += sch_sfb.o
 obj-$(CONFIG_NET_SCH_SFQ)      += sch_sfq.o
index 1e31f0e448e2c57f6ac6458d94efd196841bb2b0..2f9bc833d0467029f8e854e6a036583836d24567 100644 (file)
@@ -252,4 +252,3 @@ module_exit(connmark_cleanup_module);
 MODULE_AUTHOR("Felix Fietkau <nbd@openwrt.org>");
 MODULE_DESCRIPTION("Connection tracking mark restoring");
 MODULE_LICENSE("GPL");
-
index cc8ffcd1ddb5841e3cc795391bea6758d20fa530..9ab5d81aff1aeeeaf4fc1f74ed7535078d12e308 100644 (file)
@@ -516,4 +516,3 @@ static void __exit pedit_cleanup_module(void)
 
 module_init(pedit_init_module);
 module_exit(pedit_cleanup_module);
-
index 95367f37098de53ee4b133ff6cd356ccb1e43e55..6a5dce8baf190109f2e9e6902f872236211fc3ff 100644 (file)
@@ -324,4 +324,3 @@ static void __exit exit_basic(void)
 module_init(init_basic)
 module_exit(exit_basic)
 MODULE_LICENSE("GPL");
-