From: Jilin Yuan Date: Wed, 7 Sep 2022 04:03:46 +0000 (+0800) Subject: net: openvswitch: fix repeated words in comments X-Git-Tag: v6.1-rc5~319^2~227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=169ccf0e40825d9e465863e4707d8e8546d3c3cb;p=platform%2Fkernel%2Flinux-starfive.git net: openvswitch: fix repeated words in comments Delete the redundant word 'is'. Signed-off-by: Jilin Yuan Signed-off-by: David S. Miller --- diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c index 4c09cf8..4a07ab0 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.