projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d922a99
)
net: openvswitch: remove unneeded semicolon
author
Yang Li
<yang.lee@linux.alibaba.com>
Sun, 27 Feb 2022 13:22:08 +0000
(21:22 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Thu, 3 Mar 2022 06:22:18 +0000
(22:22 -0800)
Eliminate the following coccicheck warning:
./net/openvswitch/flow.c:379:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link:
https://lore.kernel.org/r/20220227132208.24658-1-yang.lee@linux.alibaba.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/openvswitch/flow.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/flow.c
b/net/openvswitch/flow.c
index
8df73d8
..
372bf54
100644
(file)
--- a/
net/openvswitch/flow.c
+++ b/
net/openvswitch/flow.c
@@
-376,7
+376,7
@@
static void get_ipv6_ext_hdrs(struct sk_buff *skb, struct ipv6hdr *nh,
break;
next_type = hp->nexthdr;
start += ipv6_optlen(hp);
- }
;
+ }
}
static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key)