projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6988c1d
)
net: openvswitch: fix repeated words in comments
author
Jilin Yuan
<yuanjilin@cdjrlc.com>
Wed, 7 Sep 2022 04:03:46 +0000
(12:03 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 9 Sep 2022 10:46:28 +0000
(11:46 +0100)
Delete the redundant word 'is'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/flow_netlink.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/flow_netlink.c
b/net/openvswitch/flow_netlink.c
index 4c09cf8a0ab2dcbfe9a14cc2b41d02edad1cfef0..4a07ab094a84edab0811c2839ec5adc712d7cea8 100644
(file)
--- 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.