diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 22:29:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-25 00:10:42 +0300 |
commit | 50f699b1f8462959482251a6cd1b7bc6bbd20796 (patch) | |
tree | 319276152c17d6ee0839d1b18080dfc20a075dff /net/sched/Kconfig | |
parent | 8dd30201ce66f2c81077e06056f4a865e512e854 (diff) | |
download | linux-50f699b1f8462959482251a6cd1b7bc6bbd20796.tar.xz |
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 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 7af246764a35..bba71225adbd 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -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 |