summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flower.c
diff options
context:
space:
mode:
authorTaichi Nishimura <awkrail01@gmail.com>2023-03-23 06:27:13 +0100
committerDavid S. Miller <davem@davemloft.net>2023-03-24 10:05:03 +0100
commit4170f0ef582c1ff4557276b98fb5fad85c782c1f (patch)
tree88750e248fc21d4a6016eb462160592c5a9f3125 /net/sched/cls_flower.c
parentethernet: broadcom/sb1250-mac: clean up after SIBYTE_BCM1x55 removal (diff)
downloadlinux-4170f0ef582c1ff4557276b98fb5fad85c782c1f.tar.xz
linux-4170f0ef582c1ff4557276b98fb5fad85c782c1f.zip
fix typos in net/sched/* files
This patch fixes typos in net/sched/* files. Signed-off-by: Taichi Nishimura <awkrail01@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/cls_flower.c')
-rw-r--r--net/sched/cls_flower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_flower.c b/net/sched/cls_flower.c
index 475fe222a855..cc49256d5318 100644
--- a/net/sched/cls_flower.c
+++ b/net/sched/cls_flower.c
@@ -1057,7 +1057,7 @@ static void fl_set_key_pppoe(struct nlattr **tb,
* because ETH_P_PPP_SES was stored in basic.n_proto
* which might get overwritten by ppp_proto
* or might be set to 0, the role of key_val::type
- * is simmilar to vlan_key::tpid
+ * is similar to vlan_key::tpid
*/
key_val->type = htons(ETH_P_PPP_SES);
key_mask->type = cpu_to_be16(~0);