Commit e3009633 authored by David S. Miller's avatar David S. Miller

[PKT_SCHED]: Kill bogus spaces in Kconfig strings.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent be84c7f6
...@@ -317,7 +317,7 @@ config NET_CLS_U32 ...@@ -317,7 +317,7 @@ config NET_CLS_U32
module will be called cls_u32. module will be called cls_u32.
config CLS_U32_PERF config CLS_U32_PERF
bool " U32 classifier performance counters" bool "U32 classifier performance counters"
depends on NET_CLS_U32 depends on NET_CLS_U32
help help
gathers stats that could be used to tune u32 classifier performance. gathers stats that could be used to tune u32 classifier performance.
...@@ -364,7 +364,7 @@ config NET_CLS_RSVP6 ...@@ -364,7 +364,7 @@ config NET_CLS_RSVP6
module will be called cls_rsvp6. module will be called cls_rsvp6.
config NET_CLS_ACT config NET_CLS_ACT
bool ' Packet ACTION ' bool "Packet ACTION"
depends on EXPERIMENTAL && NET_CLS && NET_QOS depends on EXPERIMENTAL && NET_CLS && NET_QOS
---help--- ---help---
This option requires you have a new iproute2. It enables This option requires you have a new iproute2. It enables
...@@ -373,7 +373,7 @@ config NET_CLS_ACT ...@@ -373,7 +373,7 @@ config NET_CLS_ACT
You MUST NOT turn this on if you dont have an update iproute2. You MUST NOT turn this on if you dont have an update iproute2.
config NET_ACT_POLICE config NET_ACT_POLICE
tristate ' Policing Actions' tristate "Policing Actions"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
If you are using a newer iproute2 select this one, otherwise use one If you are using a newer iproute2 select this one, otherwise use one
...@@ -388,14 +388,14 @@ config NET_CLS_POLICE ...@@ -388,14 +388,14 @@ config NET_CLS_POLICE
ingress and egress rate limiting. ingress and egress rate limiting.
config NET_ACT_GACT config NET_ACT_GACT
tristate ' generic Actions' tristate "generic Actions"
depends on NET_CLS_ACT depends on NET_CLS_ACT
---help--- ---help---
You must have new iproute2 to use this feature You must have new iproute2 to use this feature
This adds simple filtering actions like drop,accepet etc This adds simple filtering actions like drop,accepet etc
config GACT_PROB config GACT_PROB
bool ' generic Actions probability' bool "generic Actions probability"
depends on NET_ACT_GACT depends on NET_ACT_GACT
---help--- ---help---
Allows generic actions to be randomly or deterministically used Allows generic actions to be randomly or deterministically used
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment