diff options
author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-31 10:34:20 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-31 10:26:30 -0500 |
commit | 11eab14805d0220000711cb62e604a9db5ebddca (patch) | |
tree | 317527c5ee0e1739edd6a639687153d7a4ac8036 /net | |
parent | 5b7789e8fa8f353ad8f2c44de2385cb161b22d32 (diff) | |
download | op-kernel-dev-11eab14805d0220000711cb62e604a9db5ebddca.zip op-kernel-dev-11eab14805d0220000711cb62e604a9db5ebddca.tar.gz |
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')
-rw-r--r-- | net/sched/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index c03d86a..f24a6ae 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" |