net: sched: fix misspellings using misspell-fixer tool
authorMenglong Dong <dong.menglong@zte.com.cn>
Mon, 9 Nov 2020 07:02:17 +0000 (02:02 -0500)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Nov 2020 01:00:28 +0000 (17:00 -0800)
commite5a4b17da1d0d8ce5b56efe618ae107add78c7b0
tree9ead4d5a48351467676fa8b86fef5cbb727dec5c
parent1aa844b92176cbcafe6b614707f5ef78487966ab
net: sched: fix misspellings using misspell-fixer tool

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@zte.com.cn>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/r/5fa8e9d4.1c69fb81.5d889.5c64@mx.google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/act_api.c
net/sched/act_bpf.c
net/sched/cls_rsvp.h
net/sched/em_cmp.c
net/sched/sch_pie.c