Hi,

Minor fixes below:

On 7/8/20 9:38 AM, YU, Xiangning wrote:
> diff --git a/net/sched/Kconfig b/net/sched/Kconfig
> index a3b37d88800e..9a8adb6e0645 100644
> --- a/net/sched/Kconfig
> +++ b/net/sched/Kconfig
> @@ -76,6 +76,18 @@ config NET_SCH_HTB
>         To compile this code as a module, choose M here: the
>         module will be called sch_htb.
>  
> +config NET_SCH_LTB
> +     tristate "Lockless Token Bucket (LTB)"
> +     help
> +       Say Y here if you want to use the Lockless Token Buckets (LTB)
> +       packet scheduling algorithm.
> +
> +       LTB is very similar to HTB regarding its goals however is has

                                                   goals. However, it has a

> +       different implementation and different algorithm.
> +
> +       To compile this code as a module, choose M here: the
> +       module will be called sch_ltb.
> +
>  config NET_SCH_HFSC
>       tristate "Hierarchical Fair Service Curve (HFSC)"
>       help


thanks.
-- 
~Randy

Reply via email to