aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-09-07 12:03:46 +0800
committerDavid S. Miller <davem@davemloft.net>2022-09-09 11:46:28 +0100
commit169ccf0e40825d9e465863e4707d8e8546d3c3cb (patch)
tree26dcc4a9a7107a31726a9d7137c284e83fa533e1
parentMerge branch 'net-ipa-next' (diff)
downloadlinux-dev-169ccf0e40825d9e465863e4707d8e8546d3c3cb.tar.xz
linux-dev-169ccf0e40825d9e465863e4707d8e8546d3c3cb.zip
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>
-rw-r--r--net/openvswitch/flow_netlink.c2
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.