Skip to content

Commit

Permalink
sched: fix trailing whitespace
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
shemminger authored and davem330 committed Jul 24, 2018
1 parent 8dd3020 commit 50f699b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions net/sched/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Traffic control configuration.
#
#

menuconfig NET_SCHED
bool "QoS and/or fair queueing"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion net/sched/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion net/sched/act_connmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

1 change: 0 additions & 1 deletion net/sched/act_pedit.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,3 @@ static void __exit pedit_cleanup_module(void)

module_init(pedit_init_module);
module_exit(pedit_cleanup_module);

1 change: 0 additions & 1 deletion net/sched/cls_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,3 @@ static void __exit exit_basic(void)
module_init(init_basic)
module_exit(exit_basic)
MODULE_LICENSE("GPL");

0 comments on commit 50f699b

Please sign in to comment.