diff options
author | Menglong Dong <dong.menglong@zte.com.cn> | 2020-11-09 02:02:17 -0500 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-10 17:00:28 -0800 |
commit | e5a4b17da1d0d8ce5b56efe618ae107add78c7b0 (patch) | |
tree | 9ead4d5a48351467676fa8b86fef5cbb727dec5c /net/sched/act_bpf.c | |
parent | 1aa844b92176cbcafe6b614707f5ef78487966ab (diff) | |
download | linux-stable-e5a4b17da1d0d8ce5b56efe618ae107add78c7b0.tar.gz linux-stable-e5a4b17da1d0d8ce5b56efe618ae107add78c7b0.tar.bz2 linux-stable-e5a4b17da1d0d8ce5b56efe618ae107add78c7b0.zip |
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>
Diffstat (limited to 'net/sched/act_bpf.c')
-rw-r--r-- | net/sched/act_bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_bpf.c b/net/sched/act_bpf.c index a4c7ba35a343..e48e980c3b93 100644 --- a/net/sched/act_bpf.c +++ b/net/sched/act_bpf.c @@ -65,7 +65,7 @@ static int tcf_bpf_act(struct sk_buff *skb, const struct tc_action *act, * In case a different well-known TC_ACT opcode has been * returned, it will overwrite the default one. * - * For everything else that is unkown, TC_ACT_UNSPEC is + * For everything else that is unknown, TC_ACT_UNSPEC is * returned. */ switch (filter_res) { |