Skip to content

Commit

Permalink
net/sched: kconfig: Remove blank help texts
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
ulfalizer authored and davem330 committed Jan 31, 2018
1 parent 5b7789e commit 11eab14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/sched/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 11eab14

Please sign in to comment.