aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/Kconfig
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-01-31 10:34:20 +0100
committerDavid S. Miller <davem@davemloft.net>2018-01-31 10:26:30 -0500
commit11eab14805d0220000711cb62e604a9db5ebddca (patch)
tree317527c5ee0e1739edd6a639687153d7a4ac8036 /net/sched/Kconfig
parentopenvswitch: meter: Use 64-bit arithmetic instead of 32-bit (diff)
downloadlinux-dev-11eab14805d0220000711cb62e604a9db5ebddca.tar.xz
linux-dev-11eab14805d0220000711cb62e604a9db5ebddca.zip
net/sched: kconfig: Remove blank help texts
Blank help texts are probably either a typo, a Kconfig misunderstanding, or some kind of half-committing to adding a help text (in which case a TODO comment would be clearer, if the help text really can't be added right away). Best to remove them, IMO. Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r--net/sched/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index c03d86a7775e..f24a6ae6819a 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -857,17 +857,14 @@ config NET_ACT_TUNNEL_KEY
config NET_IFE_SKBMARK
tristate "Support to encoding decoding skb mark on IFE action"
depends on NET_ACT_IFE
- ---help---
config NET_IFE_SKBPRIO
tristate "Support to encoding decoding skb prio on IFE action"
depends on NET_ACT_IFE
- ---help---
config NET_IFE_SKBTCINDEX
tristate "Support to encoding decoding skb tcindex on IFE action"
depends on NET_ACT_IFE
- ---help---
config NET_CLS_IND
bool "Incoming device classification"