diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-09-07 07:03:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-09 13:46:28 +0300 |
commit | 169ccf0e40825d9e465863e4707d8e8546d3c3cb (patch) | |
tree | 26dcc4a9a7107a31726a9d7137c284e83fa533e1 /net | |
parent | 6988c1d37787427b86b05ae8142861a0e8d3e396 (diff) | |
download | linux-169ccf0e40825d9e465863e4707d8e8546d3c3cb.tar.xz |
net: openvswitch: fix repeated words in comments
Delete the redundant word 'is'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/openvswitch/flow_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c index 4c09cf8a0ab2..4a07ab094a84 100644 --- a/net/openvswitch/flow_netlink.c +++ b/net/openvswitch/flow_netlink.c @@ -3304,7 +3304,7 @@ static int __ovs_nla_copy_actions(struct net *net, const struct nlattr *attr, /* Disallow subsequent L2.5+ set actions and mpls_pop * actions once the last MPLS label in the packet is - * is popped as there is no check here to ensure that + * popped as there is no check here to ensure that * the new eth type is valid and thus set actions could * write off the end of the packet or otherwise corrupt * it. |