RE: [PATCH] net: sched: fix misspellings using misspell-fixer tool

From: John Fastabend
Date: Mon Nov 09 2020 - 16:23:37 EST


menglong8.dong@ wrote:
> From: Menglong Dong <dong.menglong@xxxxxxxxxx>
>
> Some typos are found out by misspell-fixer tool:
>
> $ misspell-fixer -rnv ./net/sched/
> ./net/sched/act_api.c:686
> ./net/sched/act_bpf.c:68
> ./net/sched/cls_rsvp.h:241
> ./net/sched/em_cmp.c:44
> ./net/sched/sch_pie.c:408
>
> Fix typos found by misspell-fixer.
>
> Signed-off-by: Menglong Dong <dong.menglong@xxxxxxxxxx>
> ---

Hi, you will want to add net-next to the [PATCH *] line next time
to make it clear this is for net-next. The contents make it
obvious in this case though.

Also I'm not sure why the bpf@ include but OK.

Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>