diff options
author | Simon Horman <horms@kernel.org> | 2024-08-22 13:57:30 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-26 09:37:23 -0700 |
commit | a7a45f02a093d3b3f80a77db334703b5f53ebd44 (patch) | |
tree | 445888063725f03a1ccb1e72752ea28cdb32ed43 /include/net/pkt_cls.h | |
parent | 10d0749a38c3a02f308fe8c4f4ed29bd6412e5fb (diff) | |
download | linux-a7a45f02a093d3b3f80a77db334703b5f53ebd44.tar.gz linux-a7a45f02a093d3b3f80a77db334703b5f53ebd44.tar.bz2 linux-a7a45f02a093d3b3f80a77db334703b5f53ebd44.zip |
net: sched: Correct spelling in headers
Correct spelling in pkt_cls.h and red.h.
As reported by codespell.
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-9-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/pkt_cls.h')
-rw-r--r-- | include/net/pkt_cls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h index 41297bd38dff..4880b3a7aced 100644 --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h @@ -491,7 +491,7 @@ int __tcf_em_tree_match(struct sk_buff *, struct tcf_ematch_tree *, struct tcf_pkt_info *); /** - * tcf_em_tree_match - evaulate an ematch tree + * tcf_em_tree_match - evaluate an ematch tree * * @skb: socket buffer of the packet in question * @tree: ematch tree to be used for evaluation |