aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Makefile
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2018-07-24 12:29:01 -0700
committerDavid S. Miller <davem@davemloft.net>2018-07-24 14:10:42 -0700
commit50f699b1f8462959482251a6cd1b7bc6bbd20796 (patch)
tree319276152c17d6ee0839d1b18080dfc20a075dff /net/sched/Makefile
parentnet: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc (diff)
downloadlinux-dev-50f699b1f8462959482251a6cd1b7bc6bbd20796.tar.xz
linux-dev-50f699b1f8462959482251a6cd1b7bc6bbd20796.zip
sched: fix trailing whitespace
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>
Diffstat (limited to '')
-rw-r--r--net/sched/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Makefile b/net/sched/Makefile
index 673ee7d26ff2..910ec7463a36 100644
--- a/net/sched/Makefile
+++ b/net/sched/Makefile
@@ -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