[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180724192918.31165-2-sthemmin@microsoft.com>
Date: Tue, 24 Jul 2018 12:29:01 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: davem@...emloft.net, ericvh@...il.com, rminnich@...dia.gov,
lucho@...kov.net, ralf@...ux-mips.org, jreuter@...na.de,
pablo@...filter.org, kadlec@...ckhole.kfki.hu, fw@...len.de,
alex.aring@...il.com, stefan@...enfreihafen.org,
kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org,
johannes@...solutions.net, jhs@...atatu.com,
xiyou.wangcong@...il.com, jiri@...nulli.us, vyasevich@...il.com,
nhorman@...driver.com, marcelo.leitner@...il.com,
trond.myklebust@...merspace.com, anna.schumaker@...app.com,
steffen.klassert@...unet.com, herbert@...dor.apana.org.au
Cc: netdev@...r.kernel.org, v9fs-developer@...ts.sourceforge.net,
linux-hams@...r.kernel.org, ceph-devel@...r.kernel.org,
linux-decnet-user@...ts.sourceforge.net,
netfilter-devel@...r.kernel.org, coreteam@...filter.org,
linux-wpan@...r.kernel.org, linux-s390@...r.kernel.org,
linux-wireless@...r.kernel.org, linux-rdma@...r.kernel.org,
linux-sctp@...r.kernel.org, linux-nfs@...r.kernel.org,
linux-x25@...r.kernel.org,
Stephen Hemminger <sthemmin@...rosoft.com>,
Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH PATCH net-next 01/18] sched: fix trailing whitespace
Remove trailing whitespace and blank lines at EOF
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
net/sched/Kconfig | 4 ++--
net/sched/Makefile | 2 +-
net/sched/act_connmark.c | 1 -
net/sched/act_pedit.c | 1 -
net/sched/cls_basic.c | 1 -
5 files changed, 3 insertions(+), 6 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
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
diff --git a/net/sched/act_connmark.c b/net/sched/act_connmark.c
index 1e31f0e448e2..2f9bc833d046 100644
--- a/net/sched/act_connmark.c
+++ b/net/sched/act_connmark.c
@@ -252,4 +252,3 @@ module_exit(connmark_cleanup_module);
MODULE_AUTHOR("Felix Fietkau <nbd@...nwrt.org>");
MODULE_DESCRIPTION("Connection tracking mark restoring");
MODULE_LICENSE("GPL");
-
diff --git a/net/sched/act_pedit.c b/net/sched/act_pedit.c
index cc8ffcd1ddb5..9ab5d81aff1a 100644
--- a/net/sched/act_pedit.c
+++ b/net/sched/act_pedit.c
@@ -516,4 +516,3 @@ static void __exit pedit_cleanup_module(void)
module_init(pedit_init_module);
module_exit(pedit_cleanup_module);
-
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c
index 95367f37098d..6a5dce8baf19 100644
--- a/net/sched/cls_basic.c
+++ b/net/sched/cls_basic.c
@@ -324,4 +324,3 @@ static void __exit exit_basic(void)
module_init(init_basic)
module_exit(exit_basic)
MODULE_LICENSE("GPL");
-
--
2.18.0
Powered by blists - more mailing lists